示例#1
0
 public Contract GetContract(long contractId)
 {
     return(ContractOperations.GetContract(contractId));
 }