DocSpace-buildtools/products/ASC.Files/Tests/Infrastructure/FilesTestsOptions.cs
2020-09-24 11:49:41 +03:00

13 lines
227 B
C#

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