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