コード例 #1
0
 public ClientController()
 {
     this.cRepo = new ClientRepository();
 }
コード例 #2
0
 public GetClientsController()
 {
     this.eRepo = new ClientRepository();
 }