示例#1
0
 public Shipment Create(Shipment Shipment)
 {
     return(ShipmentRepo.Create(Shipment));
 }