Relativity.Transfer.Dto.GetItemsRequestDto
namespace Relativity.Transfer.Dto
{
public class GetItemsRequestDto
{
public int { get; set; }
public string[] DirectoriesPaths { get; set; }
public string[] FilesPaths { get; set; }
public GetItemsRequestDto();
}
}