コード例 #1
0
 public List <Client> GetAllCustomers()
 {
     return(_api.GetAllCustomers());
 }