Exemplo n.º 1
0
 public CarBrandRepository(
     ApplicationDbContext context,
     IDataChangeEventEmitter dataChangeEventEmitter,
     CarBrandSyncService syncService)
     : base(context, dataChangeEventEmitter, syncService)
 {
 }
Exemplo n.º 2
0
 public CarBrandRepository(ApplicationDbContext context, CarBrandSyncService syncService)
     : base(context, syncService)
 {
 }