Beispiel #1
0
 public List <Modules> ModuleListForUser(int UID)
 {
     return(mdlRepo.ModuleListForUser(UID));
 }