public CarBrandRepository(
     ApplicationDbContext context,
     IDataChangeEventEmitter dataChangeEventEmitter,
     CarBrandSyncService syncService)
     : base(context, dataChangeEventEmitter, syncService)
 {
 }
Example #2
0
 public CarBrandRepository(ApplicationDbContext context, CarBrandSyncService syncService)
     : base(context, syncService)
 {
 }