コード例 #1
0
ファイル: ProductsBLL.cs プロジェクト: aftabnabi/MilkCRMUI
 public IEnumerable <Product> GetAll()
 {
     return(db.GetAll());
 }