コード例 #1
0
 public ProductsRepository(ECommerceContext eContext)
 {
     _context = eContext;
 }
コード例 #2
0
ファイル: Repository.cs プロジェクト: Lulubul/ECommerce
 public Repository()
 {
     _context = new ECommerceContext();
 }