Example #1
0
 public UserController(ClientController client)
 {
     _client = client;
 }