Exemple #1
0
 public GetRubricsActionEffect(IBlogApiClient client)
 {
     this.client = client;
 }
Exemple #2
0
 /// <summary>
 ///
 /// </summary>
 /// <param name="client"></param>
 public GetStoriesListEffect(IBlogApiClient client)
 {
     this.client = client;
 }
Exemple #3
0
 public GetStoryEffect(IBlogApiClient client)
 {
     this.client = client;
 }
Exemple #4
0
 public GetLandingEffect(IBlogApiClient client)
 {
     this.client = client;
 }