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

13 lines
227 B
C#
Raw Normal View History

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; }
}
}