Example #1
0
 public List <Application> GetAll()
 {
     return(_applicationDal.GetList());
 }