Example #1
0
 public GlobalContentHandler(string webAPIURL, IBaseCachePa cacheInterface) : base(webAPIURL, "Content", cacheInterface) { }
Example #2
0
 public GlobalContentHandler(string webAPIURL, IBaseCachePa cacheInterface) : base(webAPIURL, "Content", cacheInterface)
 {
 }
Example #3
0
 public PostsHandler(string webAPIURL, IBaseCachePa cacheInterface) : base(webAPIURL, "Posts", cacheInterface)
 {
 }
Example #4
0
 public ContentPostHandler(string webAPIURL, IBaseCachePa cacheInterface) : base(webAPIURL, "ContentPost", cacheInterface) { }
Example #5
0
 public BaseHandler(string webAPIURL, string baseArgURL, IBaseCachePa cacheInterface)
 {
     _baseURL        = webAPIURL;
     _baseArgURL     = baseArgURL;
     _cacheInterface = cacheInterface;
 }
Example #6
0
 public PostsHandler(string webAPIURL, IBaseCachePa cacheInterface) : base(webAPIURL, "Posts", cacheInterface) { }
Example #7
0
 public ContentPostHandler(string webAPIURL, IBaseCachePa cacheInterface) : base(webAPIURL, "ContentPost", cacheInterface)
 {
 }