UserContext.cs 390 B

123456789101112131415161718192021
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Text;
  4. namespace FastReport.Cloud.OAuth
  5. {
  6. /// <summary>
  7. /// Represents the user.
  8. /// </summary>
  9. public class UserContext
  10. {
  11. #region Fields
  12. #endregion // Fields
  13. #region Properties
  14. #endregion // Properties
  15. #region Constructors
  16. #endregion // Constructors
  17. }
  18. }