Beispiel #1
0
 public static bool DeleteModuleInstance(int moduleId, int pageId)
 {
     return(DBModule.DeleteModuleInstance(moduleId, pageId));
 }