Example #1
0
 public CategoryRepository()
 {
     challengeNetCoreDbContext = new ChallengeNetCoreDbContext();
 }
 public ProductRepository()
 {
     challengeNetCoreDbContext = new ChallengeNetCoreDbContext();
 }
 public PriceListRepository()
 {
     challengeNetCoreDbContext = new ChallengeNetCoreDbContext();
 }