Ejemplo n.º 1
0
 // delete the record identified by the specified ID
 public static bool Delete(int ID)
 {
     String moduleSettings = ModuleConfig.GetSettings();
     Data.Helpers helpr = new Data.Helpers(moduleSettings);
     return helpr.Delete(ID);
 }