예제 #1
0
 public RestCountriesCountryRestApi(IRestFramework restFramework)
     : base(restFramework)
 {
 }
예제 #2
0
 protected CountryRestApi(IRestFramework restFramework)
 {
     this.restFramework = restFramework;
 }
 public GroupKtCountryRestApi(IRestFramework restFramework)
     : base(restFramework)
 {
 }