예제 #1
0
 public List <Menu> GetAll()
 {
     return(_menuDal.GetAll().ToList());
 }