コード例 #1
0
 //Select a Customer using Id
 public Customer GetCustomerById(int id)
 {
     return(customerDb.GetCustomerById(id));
 }