Ejemplo n.º 1
0
 public ContractInput GetContractForEdit(int id)
 {
     return(contractAppService.GetContractForEdit(id));
 }