DocSpace-client/products/ASC.Files/Tests/Infrastructure/FilesTestsOptions.cs

11 lines
226 B
C#
Raw Normal View History

namespace ASC.Files.Tests.Infrastructure;
2022-04-22 13:24:54 +00:00
public class UserOptions
{
2022-04-22 13:24:54 +00:00
public const string User = "User";
public Guid ParentId { get; set; }
public Guid Id { get; set; }
public int TenantId { get; set; }
2020-10-27 08:04:55 +00:00
}