public ManageController( UserManager <ApplicationUser> userManager, SignInManager <ApplicationUser> signInManager, IEmailSender emailSender, ISmsSender smsSender, ILoggerFactory loggerFactory, transportContext context) { _userManager = userManager; _signInManager = signInManager; _emailSender = emailSender; _smsSender = smsSender; _logger = loggerFactory.CreateLogger <ManageController>(); _context = context; }
public RazloziNaplateController(transportContext context) { _context = context; }
public NaruciteljiController(transportContext context) { _context = context; }
public VrsteNaplateController(transportContext context) { _context = context; }
public PrijevozniciController(transportContext context) { _context = context; }
public LokacijeController(transportContext context) { _context = context; }
public ProfiliKorisnikaController(transportContext context) { _context = context; }
public KorisniciController(transportContext context) { _context = context; }
public ProsireniPrijevoziController(transportContext context, UserManager <ApplicationUser> userManager) { _context = context; _userManager = userManager; }
public StatusiZahtjevaController(transportContext context) { _context = context; }
public ProsireniZahtjeviController(transportContext context) { _context = context; }
public ZahtjeviController(transportContext context) { _context = context; }
public MjestaController(transportContext context) { _context = context; }
public PonudePrijevozaController(transportContext context) { _context = context; }
public ZahtjevLokacijaController(transportContext context) { _context = context; }
public VozilaController(transportContext context) { _context = context; }
public StatusiPonudeController(transportContext context) { _context = context; }