Exemple #1
0
 //TDbContext tDbContex;
 public ValuesController(IOptions <MailOption> mailOption, IOptions <IpInfoQueryOption> ipQueryOption, IStudentServic studentServic, SomeoneClass someone, ISchedulerFactory schedulerFactory, MyDbContext efDbContext, ILogger <ValuesController> logger, IMapper mapper, IDistributedCache cache)
 {
     this.mailOption    = mailOption.Value;
     this.ipQueryOption = ipQueryOption.Value;
     this.db            = efDbContext;
     this.logger        = logger;
     this.mapper        = mapper;
     this.cache         = cache;
     //this.tDbContex = tDbContext;
     this.schedulerFactory = schedulerFactory;
     this.studentServic    = studentServic;
     this.someone          = someone;
 }
Exemple #2
0
 public JobB(IStudentServic studentServic)
 {
     this.studentServic = studentServic;
 }