Ejemplo n.º 1
0
 public static bool DeleteByModule(int moduleId)
 {
     return(DBStore.DeleteByModule(moduleId));
 }