コード例 #1
0
 public static SaveResult Insert(ShipZoneCountry shipZoneCountry)
 {
     return(shipZoneCountry.Save());
 }
コード例 #2
0
 public static SaveResult Update(ShipZoneCountry shipZoneCountry)
 {
     return(shipZoneCountry.Save());
 }