Relativity.Transfer.Dto.ItemsExistRequestDto
namespace Relativity.Transfer.Dto
{
public class ItemsExistRequestDto
{
public int { get; set; }
public string[] Paths { get; set; }
public ItemsExistRequestDto();
}
}