Relativity.Transfer.Dto.ItemsExistResponseDto
namespace Relativity.Transfer.Dto
{
public class ItemsExistResponseDto : FileShareResponseBaseDto
{
public bool Exist { get; set; }
public ItemsExistResponseDto();
}
}