Exemple #1
0
 public CdkCustomerDAL(CDKAutolineContext context)
 {
     _context = context ?? throw new ArgumentNullException(nameof(context));
 }
Exemple #2
0
 public DealerCDKConfigurationsDAL(CDKAutolineContext context)
 {
     _context = context ?? throw new ArgumentNullException(nameof(context));
 }
 public AppTokenDAL(CDKAutolineContext context)
 {
     _context = context ?? throw new ArgumentNullException(nameof(context));
 }