コード例 #1
0
 public TaskSolutionController(ITaskSolutionManager _TSM, IWebHostEnvironment hostingEnvironment,
                               UserManager <MyUserModel> userManager)
 {
     this.TaskSolutionManager = _TSM;
     this.hostingEnvironment  = hostingEnvironment;
     _userManager             = userManager;
 }
コード例 #2
0
 public TaskSolutionController(ITaskSolutionManager _TSM, IWebHostEnvironment hostingEnvironment)
 {
     this.TaskSolutionManager = _TSM;
     this.hostingEnvironment  = hostingEnvironment;
 }