コード例 #1
0
 public SampleController()
 {
     _statusService = new StatusService();
     _userService = new UserService();
     _sampleService = new SampleService();
 }
コード例 #2
0
 public UserController()
 {
     _userService = new UserService();
 }