예제 #1
0
 public Customer GetCustomerById(int id)
 {
     return(_hexController.GetById(id));
 }