public AccountController(UserManager <ApplicationUser> userManager, SignInManager <ApplicationUser> signInManager, IMessageSender messageSender, IPhoneTotpProvider phoneTotpProvider, Shopingcontex shopingcontex, IOptions <PhoneTotpOptions> phoneTotpOptions) { _userManager = userManager; _signInManager = signInManager; _messageSender = messageSender; _phoneTotpProvider = phoneTotpProvider; _Shopingcontex = shopingcontex; _phoneTotpOptions = phoneTotpOptions?.Value ?? new PhoneTotpOptions(); }
public HomeController(ILogger <HomeController> logger, Shopingcontex shopingcontex) { _logger = logger; _shopingcontex = shopingcontex; }
public Shope(Shopingcontex shopingcontex) { _shopingcontex = shopingcontex; }
public UserRepository(Shopingcontex shopingcontex) { _shopingcontex = shopingcontex; }
public Information(Shopingcontex contex) { _contex = contex; }
public GroupRepository(Shopingcontex shopingcontex) { _shopingcontex = shopingcontex; }