public static bool Delete(Int32 shipZoneId, String countryCode) { ShipZoneCountry shipZoneCountry = new ShipZoneCountry(); if (shipZoneCountry.Load(shipZoneId, countryCode)) { return(shipZoneCountry.Delete()); } return(false); }
public static bool Delete(ShipZoneCountry shipZoneCountry) { return(shipZoneCountry.Delete()); }