コード例 #1
0
        // GET: /<controller>/
        public ProjectManagementController(sspmContext context) //=> this.context = context;
        {
            this.context = context;
            CultureInfo en = new CultureInfo("en-US");

            Thread.CurrentThread.CurrentCulture = en;
        }
コード例 #2
0
        public TimeSheetController(sspmContext context) //=> this.context = context;
        {
            this.context = context;
            CultureInfo en = new CultureInfo("en-US");

            Thread.CurrentThread.CurrentCulture = en;
        }
コード例 #3
0
        public HomeController(sspmContext context, IToastNotification toastNotification) //=> this.context = context;
        {
            this.context = context;
            CultureInfo en = new CultureInfo("en-US");

            Thread.CurrentThread.CurrentCulture = en;
            _toastNotification = toastNotification;
        }
コード例 #4
0
 public UserManagementController(sspmContext context) => this.context = context;
コード例 #5
0
 public UserSspmsController(sspmContext context)
 {
     _context = context;
 }
コード例 #6
0
 public MenuManagenentController(sspmContext context) => this.context = context;
コード例 #7
0
 public SecurityController(sspmContext context)
 {
     this.context = context;
 }
コード例 #8
0
 public APICall1Controller(sspmContext context) => this.context = context;