public SearchQueryExecutor()
 {
     userJsonController     = new JsonController.JsonUserController();
     mediaJsonController    = new JsonController.JsonMediaController();
     tagsJsonController     = new JsonController.JsonTagsController();
     locationJsonController = new JsonController.JsonLocationController();
 }
 public LikesQueryExecutor()
 {
     userController = new JsonController.JsonUserController();
 }
Example #3
0
 public RelationshipQueryExecutor()
 {
     relationJsonController = new JsonController.JsonRelationshipController();
     userJsonController     = new JsonController.JsonUserController();
 }
Example #4
0
 public UserQueryExecutor()
 {
     userJsonController  = new JsonController.JsonUserController();
     mediaJsonController = new JsonController.JsonMediaController();
 }