Ejemplo n.º 1
0
 // update the news identified by the specified ID
 public bool Update(int Allocated)
 {
     Data.Helpers helper = new Data.Helpers(ModuleSettings);
     return helper.Update(ID, Allocated);
 }