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