Exemple #1
0
 public AccountController(
     UserManager <ApplicationUser> userManager,
     SignInManager <ApplicationUser> signInManager,
     IEmailSender emailSender,
     ILogger <AccountController> logger,
     KleideContext context)
 {
     _userManager   = userManager;
     _signInManager = signInManager;
     _emailSender   = emailSender;
     _logger        = logger;
     _context       = context;
 }
Exemple #2
0
 public PirkimasController(KleideContext context, UserManager <ApplicationUser> userManager)
 {
     _context     = context;
     _userManager = userManager;
 }
Exemple #3
0
 public SandelysController(KleideContext context)
 {
     _context = context;
 }
Exemple #4
0
 public MokejimasController(KleideContext context)
 {
     _context = context;
 }
Exemple #5
0
 public AvalynesController(KleideContext context)
 {
     _context = context;
 }
Exemple #6
0
 public DraudimasController(KleideContext context)
 {
     _context = context;
 }
Exemple #7
0
 public AtaskaituController(KleideContext context)
 {
     _context = context;
 }
Exemple #8
0
 public PrekesController(KleideContext context)
 {
     _context = context;
 }
Exemple #9
0
 public AksesuaruKategorijasController(KleideContext context)
 {
     _context = context;
 }
 public AksesuarasController(KleideContext context)
 {
     _context = context;
 }
Exemple #11
0
 public SuknelesController(KleideContext context)
 {
     _context = context;
 }