コード例 #1
0
 public Customer GetCustomerFromId(int customerId)
 {
     return(CustomerRepository.Load(customerId));
 }