示例#1
0
 public Contract GetContractByID(int id)
 {
     return(ContractServices.GetContractByID_Contract(id));
 }