public CdkCustomerDAL(CDKAutolineContext context) { _context = context ?? throw new ArgumentNullException(nameof(context)); }
public DealerCDKConfigurationsDAL(CDKAutolineContext context) { _context = context ?? throw new ArgumentNullException(nameof(context)); }
public AppTokenDAL(CDKAutolineContext context) { _context = context ?? throw new ArgumentNullException(nameof(context)); }