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