Beispiel #1
0
 public List <MenuDto> GetAll()
 {
     return(_srvMenu.GetAll());
 }
Beispiel #2
0
 public List <MenuDto> GetAll()
 {
     return(_service.GetAll());
 }