Esempio n. 1
0
 public ContentDisclaimerRepository(TaxatHand_StgContext context)
 {
     _context = context ?? throw new ArgumentNullException(nameof(context));
 }
Esempio n. 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));
 }
Esempio n. 4
0
 public LanguageRepository(TaxatHand_StgContext context)
 {
     _context = context ?? throw new ArgumentNullException(nameof(context));
 }