123456789101112131415161718192021 |
- using System;
- using System.Collections.Generic;
- using System.Text;
- namespace FastReport.Cloud.OAuth
- {
- /// <summary>
- /// Represents the user.
- /// </summary>
- public class UserContext
- {
- #region Fields
- #endregion // Fields
- #region Properties
- #endregion // Properties
- #region Constructors
- #endregion // Constructors
- }
- }
|