Beispiel #1
0
 public static SaveResult Insert(ShipMethodWarehouse shipMethodWarehouse)
 {
     return(shipMethodWarehouse.Save());
 }
Beispiel #2
0
 public static SaveResult Update(ShipMethodWarehouse shipMethodWarehouse)
 {
     return(shipMethodWarehouse.Save());
 }