コード例 #1
0
 public CustomerProfileInfo FindCustomerProfile(string customerId)
 {
     return(_customerRepository.FindCustomerProfileInfo(customerId));
 }