Exemplo n.º 1
0
 public TaskSolutionController(ITaskSolutionManager _TSM, IWebHostEnvironment hostingEnvironment,
                               UserManager <MyUserModel> userManager)
 {
     this.TaskSolutionManager = _TSM;
     this.hostingEnvironment  = hostingEnvironment;
     _userManager             = userManager;
 }
Exemplo n.º 2
0
 public TaskSolutionController(ITaskSolutionManager _TSM, IWebHostEnvironment hostingEnvironment)
 {
     this.TaskSolutionManager = _TSM;
     this.hostingEnvironment  = hostingEnvironment;
 }