Example #1
0
 public bool Delete(object ModuleId)
 {
     return(SlideShowModule.Delete(ModuleId) == 1);
 }