Пример #1
0
 internal ICustomer GetCustomer(string customerID)
 {
     return(dbCon.GetCustomer(customerID));
 }