Ejemplo n.º 1
0
 public AccountController(
     UserManager <ApplicationUser> userManager,
     SignInManager <ApplicationUser> signInManager,
     IEmailSender emailSender,
     ILogger <AccountController> logger,
     AutohandelContext context)
 {
     _userManager   = userManager;
     _signInManager = signInManager;
     _emailSender   = emailSender;
     _logger        = logger;
     _context       = context;
 }
 public KoffermatController(AutohandelContext context)
 {
     _context = context;
 }
Ejemplo n.º 3
0
 public WieldoppenController(AutohandelContext context)
 {
     _context = context;
 }
 public ModellenRepository(AutohandelContext context)
 {
     _context = context;
 }
 public FakturenRepository(AutohandelContext context)
 {
     _context = context;
 }
 public TapijtRubberController(AutohandelContext context)
 {
     _context = context;
 }
 public DakdragerController(AutohandelContext context)
 {
     _context = context;
 }
 public MerkenController(AutohandelContext context)
 {
     _context = context;
 }
 public KlantenController(AutohandelContext context)
 {
     _context = context;
 }
Ejemplo n.º 10
0
 public RuitensproeierController(AutohandelContext context)
 {
     _context = context;
 }
 public WinterbandenController(AutohandelContext context)
 {
     _context = context;
 }
 public KabelsetTrekhakenController(AutohandelContext context)
 {
     _context = context;
 }
 public AanbodVoertuigenController(AutohandelContext context, IHostingEnvironment env)
 {
     _context = context;
     _env     = env;
 }
 public RemvloeistofController(AutohandelContext context)
 {
     _context = context;
 }
Ejemplo n.º 15
0
 private Winkelkar(AutohandelContext context)
 {
     _context = context;
 }
 public VoertuigAanbodController(AutohandelContext context)
 {
     _context = context;
 }
 public OnlineOnderdelenController(AutohandelContext context, IHostingEnvironment env)
 {
     _context = context;
     _env     = env;
 }
Ejemplo n.º 18
0
 public FakturenController(AutohandelContext context)
 {
     _context = context;
 }
 public PrivacyShadesController(AutohandelContext context)
 {
     _context = context;
 }
Ejemplo n.º 20
0
 public ClipsController(AutohandelContext context)
 {
     _context = context;
 }
 public FietsendragerController(AutohandelContext context)
 {
     _context = context;
 }
Ejemplo n.º 22
0
 public HomeController(AutohandelContext context)
 {
     _context = context;
 }
 public VoertuigenRepository(AutohandelContext context)
 {
     _context = context;
 }
Ejemplo n.º 24
0
 public DakkofferController(AutohandelContext context)
 {
     _context = context;
 }
Ejemplo n.º 25
0
 public SpecificatiesController(AutohandelContext context)
 {
     _context = context;
 }
Ejemplo n.º 26
0
 public KlantenRepository(AutohandelContext context)
 {
     _context = context;
 }
 public OrderRepository(AutohandelContext context, Winkelkar winkelkar)
 {
     _context   = context;
     _winkelkar = winkelkar;
 }
Ejemplo n.º 28
0
 public OnderhoudController(AutohandelContext context)
 {
     _context = context;
 }
Ejemplo n.º 29
0
 public CategorieOnderdelenController(AutohandelContext context)
 {
     _context = context;
 }
 public VoertuigCategorieenController(AutohandelContext context)
 {
     _context = context;
 }