Пример #1
0
 //UserManagement user = new UserManagement();
 public StrategicPlanController(eams_kenyaNewCoreContext Context, IWebHostEnvironment env, IUserService _userinfo)
 //public DecisionsController(eams_kenyaNewCoreContext Context, IWebHostEnvironment env)
 {
     this.hostingEnv = env;
     this.context    = Context;
     this.userInfor  = _userinfo;
 }
Пример #2
0
 public ActFinYearModels(eams_kenyaNewCoreContext Context)
 {
     this.context = Context;
 }
Пример #3
0
 public RespCenterModels(eams_kenyaNewCoreContext Context)
 {
     this.context = Context;
 }
 public StrategyModels(eams_kenyaNewCoreContext Context)
 {
     this.context = Context;
 }
 public CountryModels(eams_kenyaNewCoreContext Xcontext)
 {
     this.context = Xcontext;
 }
 public SectoralCouncilModels(eams_kenyaNewCoreContext Context)
 {
     this.context = Context;
 }
Пример #7
0
 public ExtraCouncilModels(eams_kenyaNewCoreContext Context)
 {
     this.context = Context;
 }
 public bll_UserManagement(eams_kenyaNewCoreContext Context, IHttpContextAccessor accessor)
 {
     this.accessor = accessor;
     this.context  = Context;
 }
Пример #9
0
 public SummitModels(eams_kenyaNewCoreContext Context)
 {
     this.context = Context;
 }
Пример #10
0
 public SectorModels(eams_kenyaNewCoreContext XContext)
 {
     context = XContext;
 }
Пример #11
0
 public UserService(eams_kenyaNewCoreContext Context, IHttpContextAccessor accessor)
 {
     this.accessor = accessor;
     this.context  = Context;
 }