GetServicesDto public class GetServicesDto Documentation public int DocumentId { get; set; } public IReadOnlyCollection<ServiceDto> Services { get; set; } public int Version { get; set; } public GetServicesDto()