示例#1
0
 public bool AddShipment(Shipment shipment)
 {
     return(IUserRepos.AddShipment(shipment));
 }