Exemple #1
0
        /// <summary>
        /// Initializes a new instance of the <see cref="PaymentPointTasks"/> class.
        /// </summary>
        /// <param name="context">The context.</param>
        /// <param name="langConfig">The lang config.</param>
        /// <remarks></remarks>
        public PaymentPointTasks(FlydubaiContext context, ILanguageConfiguration langConfig)
        {
            this.context = context;
            this.languageConfiguration = langConfig;

            this.languageId = this.languageConfiguration.CurrentLanguage.Id;
        }
Exemple #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="SpecialOfferTasks"/> class.
 /// </summary>
 /// <param name="context">The context.</param>
 /// <param name="languageConfiguration">The language configuration.</param>
 /// <remarks></remarks>
 public SpecialOfferTasks(FlydubaiContext context, ILanguageConfiguration languageConfiguration)
 {
     this.context = context;
     this.languageConfiguration = languageConfiguration;
 }
Exemple #3
0
 public PromotionalTeaserBusiness(FlydubaiContext context, ILanguageConfiguration languageConfiguration)
 {
     this.context = context;
     this.languageConfiguration = languageConfiguration;
 }