prueba tecnica
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace ProximaContracts.Domain.Contracts.DTOs.Response
|
||||
{
|
||||
public class GetContractsResponseDto
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public string ContractorName { get; set; }
|
||||
public string ContractorSurname { get; set; }
|
||||
public DateTime ContractInitDate { get; set; }
|
||||
public string RateName { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user