Exemplo n.º 1
0
 public Client(IServiceNews client, string uri)
 {
     this.client = client;
     this.uri    = new Uri(uri);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Set the News instane with injected instance.
 /// </summary>
 /// <param name="injectedServiceNews">injected instance</param>
 public ServiceNewsClient(IServiceNews injectedServiceNews)
 {
     _serviceNews = injectedServiceNews;
 }