예제 #1
0
 public CreateJobTaskPresenter()
 {
     ContentResult = new JsonContentResult();
 }
 public ExchangeRefreshTokenPresenter()
 {
     ContentResult = new JsonContentResult();
 }
예제 #3
0
 public UpdateJobPresenter()
 {
     ContentResult = new JsonContentResult();
 }
예제 #4
0
 public RegisterUserPresenter()
 {
     ContentResult = new JsonContentResult();
 }
예제 #5
0
 public GetAllJobPresenter()
 {
     ContentResult = new JsonContentResult();
 }
 public UnFinishJobTaskPresenter()
 {
     ContentResult = new JsonContentResult();
 }
예제 #7
0
 public UnAssignJobTaskPresenter()
 {
     ContentResult = new JsonContentResult();
 }
예제 #8
0
 public DeleteJobPresenter()
 {
     ContentResult = new JsonContentResult();
 }
예제 #9
0
 public LoginPresenter()
 {
     ContentResult = new JsonContentResult();
 }
예제 #10
0
 public GetUserPresenter()
 {
     ContentResult = new JsonContentResult();
 }
예제 #11
0
 public GetJobTaskForJobPresenter()
 {
     ContentResult = new JsonContentResult();
 }