public bool Delete(bool isWeb = false) { HolidayTable AT = new HolidayTable(); AT.SetValueProperty(this); return(AT.Delete()); }
public int Insert(bool isWeb = false) { HolidayTable AT = new HolidayTable(); AT.SetValueProperty(this); Code = AT.Insert(0, null, true); return(Code); }