public LoginPresenter()
 {
     ContentResult = new JsonContentResult();
 }
 public UserInfoPresenter()
 {
     ContentResult = new JsonContentResult();
 }
 public PasswordResetPresenter()
 {
     ContentResult = new JsonContentResult();
 }
 public PortfolioTypeListPresenter()
 {
     ContentResult = new JsonContentResult();
 }
 public CurrentUserPresenter()
 {
     ContentResult = new JsonContentResult();
 }
Example #6
0
 public CreatePortfolioPresenter()
 {
     ContentResult = new JsonContentResult();
 }
Example #7
0
 public RegisterUserPresenter()
 {
     ContentResult = new JsonContentResult();
 }