Exemplo n.º 1
0
 public ContractForViewDto GetContractForView(int id)
 {
     return(contractAppService.GetContractForView(id));
 }