コード例 #1
0
 // retreives details of one customer whose name matches the search details
 public static CustomerItem GetOneCustomerDetails(string name)
 {
     return(DatabaseCalls.GetSingleCustomerDetails(name));
 }