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