DocSpace-client/products/ASC.Files/Tests/Infrastructure/FilesTestsOptions.cs
2020-11-12 06:55:14 +03:00

14 lines
270 B
C#

using System;
namespace ASC.Files.Tests.Infrastructure
{
public class UserOptions
{
public const string User = "User";
public Guid ParentId { get; set; }
public Guid Id { get; set; }
public int TenantId { get; set; }
}
}