コード例 #1
0
 public BasketRepository(EFramework context)
 {
     _context = context;
 }
コード例 #2
0
ファイル: ProductRepository.cs プロジェクト: skhan92/FDM
 public ProductRepository(EFramework context)
 {
     _context = context;
 }