コード例 #1
0
 public Customer GetCustomer(int customerId)
 {
     return(repo.GetCustomer(customerId));
 }