Esempio n. 1
0
 public List <Menu> GetOnlyParentsByProfile(Guid idProfile)
 {
     return(_menuDao.GetOnlyParentsByProfile(idProfile));
 }