Beispiel #1
0
 public List <Kategori> GetAll()
 {
     return(_kategoriDAL.GetAll().ToList());
 }
Beispiel #2
0
 public ICollection <Kategori> GetAll()
 {
     return(_kategoriDAL.GetAll());
 }