コード例 #1
0
ファイル: ProductManager.cs プロジェクト: yavas77/BerendBebe
 public async Task <List <Product> > GetAllWithCategoryAsync()
 {
     return(await _productDal.GetAllWithCategoryAsync());
 }