コード例 #1
0
 public IEnumerable <Customer> GetAllCustomer()
 {
     return(_hexController.List());
 }