Exemplo n.º 1
0
 public Contract GetContractByID(int id)
 {
     return(ContractServices.GetContractByID_Contract(id));
 }