Ejemplo n.º 1
0
 public CdkCustomerDAL(CDKAutolineContext context)
 {
     _context = context ?? throw new ArgumentNullException(nameof(context));
 }
Ejemplo n.º 2
0
 public DealerCDKConfigurationsDAL(CDKAutolineContext context)
 {
     _context = context ?? throw new ArgumentNullException(nameof(context));
 }
Ejemplo n.º 3
0
 public AppTokenDAL(CDKAutolineContext context)
 {
     _context = context ?? throw new ArgumentNullException(nameof(context));
 }