示例#1
0
 public IEnumerable <Contract> GetShipFitContracts(int shipFitId)
 {
     return(ContractOperations.GetShipFitContracts(shipFitId));
 }