Esempio n. 1
0
 public RegistrationModel GetCustomerInfo(string userName)
 {
     return(iAuth.GetCustomerInfo(userName));
 }