Пример #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Route53Service"/> class.
 /// </summary>
 public Route53Service()
 {
     HttpService = new HttpService();
 }
Пример #2
0
 public void Setup()
 {
     service = new HttpService();
 }