コード例 #1
0
 public CarBrandRepository(
     ApplicationDbContext context,
     IDataChangeEventEmitter dataChangeEventEmitter,
     CarBrandSyncService syncService)
     : base(context, dataChangeEventEmitter, syncService)
 {
 }
コード例 #2
0
ファイル: CarBrandRepository.cs プロジェクト: 2644783865/PTMS
 public CarBrandRepository(ApplicationDbContext context, CarBrandSyncService syncService)
     : base(context, syncService)
 {
 }