public SectionListPresenter()
 {
     ContentResult = new JsonContentResult();
 }
Beispiel #2
0
 public ImagePresenter()
 {
     ContentResult = new JsonContentResult();
 }
Beispiel #3
0
 public UploadFilePresenter()
 {
     ContentResult = new JsonContentResult();
 }
 public AllVideosPresenter()
 {
     ContentResult = new JsonContentResult();
 }
 public NewChannelPresenter()
 {
     ContentResult = new JsonContentResult();
 }
Beispiel #6
0
 public RegisterUserPresenter()
 {
     ContentResult = new JsonContentResult();
 }
 public NewCommentPresenter()
 {
     ContentResult = new JsonContentResult();
 }
Beispiel #8
0
 public LikeProcessingPresenter()
 {
     ContentResult = new JsonContentResult();
 }
 public LoginPresenter()
 {
     ContentResult = new JsonContentResult();
 }
 public SearchPresenter()
 {
     ContentResult = new JsonContentResult();
 }
Beispiel #11
0
 public SectionVideosPresenter()
 {
     ContentResult = new JsonContentResult();
 }
 public NewVideoPresenter()
 {
     ContentResult = new JsonContentResult();
 }
Beispiel #13
0
 public NewSectionPresenter()
 {
     ContentResult = new JsonContentResult();
 }
Beispiel #14
0
 public ErrorPresenter()
 {
     ContentResult = new JsonContentResult();
 }
 public SubscriptionProcessingPresenter()
 {
     ContentResult = new JsonContentResult();
 }