コード例 #1
0
 public CategoryController(string address)
 {
     _client = ProductManagerODataClient.GetCustomClient(address);
 }
コード例 #2
0
 public AccountController(string address)
 {
     _client = ProductManagerODataClient.GetCustomClient(address);
 }
コード例 #3
0
 public UsersAdminController(string address)
 {
     _client = ProductManagerODataClient.GetCustomClient(address);
 }