public HP_BasicInfoController(IHP_BasicInfoReopsitory hP_BasicInfoReopsitory, IToastNotification toastNotification, IFileService fileService) { _hP_BasicInfoReopsitory = hP_BasicInfoReopsitory; _toastNotification = toastNotification; _fileService = fileService; }
public SettingsController(IAppDbContext db, IPartnerActivityRepo partActRepo , IPartnerManager partnerManager, IDataAuditRepo auditing, IToastNotification toastNotification) { _db = db; _partActRepo = partActRepo; _partnerManager = partnerManager; _auditing = auditing; _toastNotification = toastNotification; }
public DashBoardController(IUnitOfWork db, IToastNotification notification) { _db = db; _notification = notification; }
public IndexModel(IToastNotification toastNotification) { _toastNotification = toastNotification; }
void IToastNotificationAdapter.Show(IToastNotification notification) { }
public AccountController(IAccountService service, IToastNotification toastNotification) : base(toastNotification) { this.service = service; }
public AccountController(ILogger <AccountController> logger, UserService userService, IToastNotification notyf) { _logger = logger; _userService = userService; _notyf = notyf; }
public ResumeMakerBaseController(IToastNotification toastNotification, IOptions<Appsettings> appOptions) { ToastNotification = toastNotification; AppSettings = appOptions.Value; }
public DynamicSectionCardController(IPageRouteVersionRepository pageRouteVersionRepository, IPageSectionVersionRepository pageSectionVersionRepository, ISectionCardVersionRepository sectionCardVersionRepository, UserManager <ApplicationUser> userManager, IToastNotification toastNotification, IEventLogger <DynamicSectionCardController> eventLogger, IFileService fileService, IConfiguration Configuration) { _pageRouteVersionRepository = pageRouteVersionRepository; _pageSectionVersionRepository = pageSectionVersionRepository; _sectionCardVersionRepository = sectionCardVersionRepository; _userManager = userManager; _toastNotification = toastNotification; _eventLogger = eventLogger; _fileService = fileService; _configuration = Configuration; }
public HomeController(IToastNotification toastNotification) { _toastNotification = toastNotification; }
public LogoutModel(SignInManager <ApplicationUser> signInManager, ILogger <LogoutModel> logger, IToastNotification toastNotification) { _signInManager = signInManager; _logger = logger; _toastNotification = toastNotification; }
public DeleteUserModel(ApplicationDbContext db, IToastNotification toastNotification) { _db = db; _toastNotification = toastNotification; }
public ContractDelegationController(IContractRepository contract, IUserRepository user, IForeignAgencyRepository agency, IContractDelegateRepository deleg, IMapper mapper, IToastNotification toastNotification) { _user = user; _contrat = contract; _mapper = mapper; _toastNotification = toastNotification; _delegate = deleg; _agency = agency; }
public UserRolesModel(UserManager <ApplicationUser> userManager, RoleManager <IdentityRole> roleManager, IToastNotification toastNotification) { _roleManager = roleManager; this._toastNotification = toastNotification; _userManager = userManager; }
public CreateModel(ApiDbContext context, IToastNotification toastNotification) { _context = context; this._toastNotification = toastNotification; }
public ExperienceController(IToastNotification toastNotification, IOptions<Appsettings> appOptions) : base(toastNotification, appOptions) { }
public SummaryController(IToastNotification toastNotification, IOptions<Appsettings> appOptions) : base(toastNotification, appOptions) { }
public ProfileController(IToastNotification toastNotification, IOptions<Appsettings> appOptions) : base(toastNotification, appOptions) { }
public SalesOrderController(ApiHttpClient apiClient, IToastNotification toastNotification) { _apiClient = apiClient; _toastNotification = toastNotification; }
public AttendeesController(IConfiguration config, IToastNotification toastNotification) { _config = config; _toastNotification = toastNotification; }
public GrainDishesController(AppIdentityDbContext context, IToastNotification toastNotification) { _toastNotification = toastNotification; _context = context; }
public AppSettingsModel(ApiDbContext context, IToastNotification toastNotification) { _context = context; _toastNotification = toastNotification; }
public SpecialtyController(IToastNotification toastNotification) { this.toastNotification = toastNotification; }
public LightFoodsController(AppIdentityDbContext context, IToastNotification toastNotification) { _toastNotification = toastNotification; _context = context; }
public ComponentController(IComponentConstantRepository componentConstantRepository, IComponentCurrenttRepository componentCurrenttRepository, IToastNotification toastNotification, IEventLogger <ComponentController> eventLogger, IDFIndicatorRepository dFIndicatorRepository, IDFYearsRepository dFYearsRepository, IDFQuartersRepository dFQuartersRepository, IDFSourceRepository dFSourceRepository, IDFUnitRepository dFUnitRepository, UserManager <ApplicationUser> userManager, IApprovalNotificationsRepository approvalNotificationsRepository) { _componentConstantRepository = componentConstantRepository; _componentCurrenttRepository = componentCurrenttRepository; _toastNotification = toastNotification; _eventLogger = eventLogger; _dFIndicatorRepository = dFIndicatorRepository; _dFYearsRepository = dFYearsRepository; _dFQuartersRepository = dFQuartersRepository; _dFSourceRepository = dFSourceRepository; _dFUnitRepository = dFUnitRepository; _userManager = userManager; _approvalNotificationsRepository = approvalNotificationsRepository; }
public IndexModel(GrKouk.WebApi.Data.ApiDbContext context, IMapper mapper, IToastNotification toastNotification) { _context = context; _mapper = mapper; _toastNotification = toastNotification; }
public ProfSkillController(TunrecruteContext db, SignInManager <User> signInManager, IToastNotification toastNotification) { this.db = db; this.signInManager = signInManager; this.toastNotification = toastNotification; }
public FooterMenuTitleController(IFooterMenuTitleRepository footerMenuTitleRepository, IFooterMenuTitleVersionsRepository footerMenuTitleVersionsRepository, IApprovalNotificationsRepository approvalNotificationsRepository, IToastNotification toastNotification, IEventLogger <FooterMenuTitleController> eventLogger, UserManager <ApplicationUser> userManager, IFileService fileService) { _footerMenuTitleRepository = footerMenuTitleRepository; _footerMenuTitleVersionsRepository = footerMenuTitleVersionsRepository; _fileService = fileService; _userManager = userManager; _toastNotification = toastNotification; _eventLogger = eventLogger; _approvalNotificationsRepository = approvalNotificationsRepository; }
public NtoastNotifyMiddleware(IToastNotification toastNotification, ILogger <NtoastNotifyMiddleware> logger) { _toastNotification = toastNotification; _logger = logger; }
public RegistroController(RegistroService registro, IToastNotification toast) { _registroService = registro; _toast = toast; }
public EditModel(ApiDbContext context, IMapper mapper, IToastNotification toastNotification) { _context = context; _mapper = mapper; _toastNotification = toastNotification; }
public AccountController(IToastNotification toastNotification, IOptions<Appsettings> appOptions) : base(toastNotification, appOptions) { }
public SocialMediaController(ISocialMediaRepository socialMediaRepository, ISocialMediaVersionRepository socialMediaVersionRepository, UserManager <ApplicationUser> userManager, IToastNotification toastNotification, IEventLogger <SocialMediaController> eventLogger, IApprovalNotificationsRepository approvalNotificationsRepository) { _socialMediaRepository = socialMediaRepository; _socialMediaVersionRepository = socialMediaVersionRepository; _userManager = userManager; _toastNotification = toastNotification; _eventLogger = eventLogger; _approvalNotificationsRepository = approvalNotificationsRepository; }
public PersonalDetailController(IToastNotification toastNotification, IOptions<Appsettings> appOptions) : base(toastNotification, appOptions) { }
// IOptions bizler için gerekli section'ı okuyor ve burada istemiş olduğumuz sınıfa bunları dolduruyor, appsettings.json dan veri okumak istenildiğinde bu her yerde kullanılabilir // Snapshottan alcak public HomeController(IArticleService articleService, IOptionsSnapshot <AboutUsPageInfo> aboutUsPageInfo, IMailService mailService, IToastNotification toastNotification, IWritableOptions <AboutUsPageInfo> aboutUsPageInfoWriterOptions) { _articleService = articleService; _mailService = mailService; _aboutUsPageInfo = aboutUsPageInfo.Value; _toastNotification = toastNotification; _aboutUsPageInfoWriter = aboutUsPageInfoWriterOptions; }
public ContactDetailsController(IToastNotification toastNotification, IOptions<Appsettings> appOptions) : base(toastNotification, appOptions) { }
public CreateModel(GrKouk.WebApi.Data.ApiDbContext context, IToastNotification toastNotification) { _context = context; _toastNotification = toastNotification; }
void IToastNotificationAdapter.Hide(IToastNotification notification) { if(notifier == null) ComFunctions.CheckHRESULT(manager.CreateToastNotifierWithId(appId, out notifier)); if(notifier != null && notification != null) notifier.Hide(notification); }
public LessonController(IToastNotification toastNotification, IRedisCacheService IRedisCacheService) { this.toastNotification = toastNotification; _IRedisCacheService = IRedisCacheService; }
void IToastNotificationAdapter.Hide(IToastNotification notification) { }
public ToastrViewComponent(IToastNotification toastNotification) { ToastNotification = toastNotification; }