예제 #1
0
 public ProductCatalogRepository(ProductCatalogContext productCatalogContext)
 {
     _productCatalogContext = productCatalogContext;
 }
예제 #2
0
 public ProductRepository(ProductCatalogContext productCatalogContext) => _context = productCatalogContext;