public CategoryController(string address) { _client = ProductManagerODataClient.GetCustomClient(address); }
public AccountController(string address) { _client = ProductManagerODataClient.GetCustomClient(address); }
public UsersAdminController(string address) { _client = ProductManagerODataClient.GetCustomClient(address); }