Example #1
0
 public PropertyRepository(AdvertisingDbContext dbContext) : base(dbContext)
 {
     context = dbContext;
 }
Example #2
0
 public CategoryRepository(AdvertisingDbContext dbContext) : base(dbContext)
 {
     context = dbContext;
 }