Exemplo n.º 1
0
 public IDataResult <List <Menu> > getall()
 {
     return(new SuccessDataResult <List <Menu> >(menuDal.GetAll(), "Başarılı"));
 }
Exemplo n.º 2
0
 public List <Entities.Menu> GetAll()
 {
     return(_menuDal.GetAll());
 }
Exemplo n.º 3
0
 public List <Menu> GetAll()
 {
     return(_menuDal.GetAll());
 }