コード例 #1
0
 public List <Kategori> GetAll()
 {
     return(_kategoriDAL.GetAll().ToList());
 }
コード例 #2
0
ファイル: KategoriService.cs プロジェクト: mahsunk/YapGetir-
 public ICollection <Kategori> GetAll()
 {
     return(_kategoriDAL.GetAll());
 }