コード例 #1
0
 public IJobSearch WhereHostSite(HostSite value) {
     _CountryCode = value.ToString();
     return this;
 }
コード例 #2
0
 public ICategoryRequest WhereHostSite(HostSite value)
 {
     _countryCode = value.ToString();
     return(this);
 }
コード例 #3
0
 public IEmployeeTypesRequest WhereHostSite(HostSite value)
 {
     _countryCode = value.ToString();
     return this;
 }
コード例 #4
0
 public IEmployeeTypesRequest WhereHostSite(HostSite value)
 {
     _countryCode = value.ToString();
     return(this);
 }
コード例 #5
0
 public IJobSearch WhereHostSite(HostSite value)
 {
     _CountryCode = value.ToString();
     return(this);
 }
コード例 #6
0
 public ICategoryRequest WhereHostSite(HostSite value)
 {
     _countryCode = value.ToString();
     return this;
 }