Exemplo n.º 1
0
 public SearchQueryExecutor()
 {
     userJsonController     = new JsonController.JsonUserController();
     mediaJsonController    = new JsonController.JsonMediaController();
     tagsJsonController     = new JsonController.JsonTagsController();
     locationJsonController = new JsonController.JsonLocationController();
 }
 public LocationQueryExecutor()
 {
     locationController = new JsonController.JsonLocationController();
     mediaController    = new JsonController.JsonMediaController();
 }