Ejemplo n.º 1
0
 public Contracts ContractGetById(int contractId)
 {
     return(ContractRepository.ContractGetById(contractId));
 }