コード例 #1
0
 public ClientsController(IClientsServices clients)
 {
     this.clients = clients;
 }