Example #1
0
 public ICollection <Language> GetAll()
 {
     return(_languageDAL.GetAll());
 }
Example #2
0
 public List <Language> GetAll()
 {
     return(_languageDAL.GetAll().ToList());
 }
 public List <Language> GetAll()
 {
     return(_context.GetAll());
 }