Beispiel #1
0
 public ContentDisclaimerRepository(TaxatHand_StgContext context)
 {
     _context = context ?? throw new ArgumentNullException(nameof(context));
 }
Beispiel #2
0
 public ResourceGroupRepository(TaxatHand_StgContext context)
 {
     _context = context ?? throw new ArgumentNullException(nameof(context));
 }
 public CountryGroupsRepository(TaxatHand_StgContext context)
 {
     _context = context ?? throw new ArgumentNullException(nameof(context));
 }
Beispiel #4
0
 public LanguageRepository(TaxatHand_StgContext context)
 {
     _context = context ?? throw new ArgumentNullException(nameof(context));
 }