Esempio n. 1
0
 public UserMenuFunctions GetMenus(string UserLoginId)
 {
     return(_repo.GetMenus(UserLoginId));
 }