Ejemplo n.º 1
0
 public dynamic ConsultarEmailGetCustomer(string primaryTelephoneNumber)
 {
     if (!string.IsNullOrEmpty(primaryTelephoneNumber))
     {
         return(_servicesRepository.ConsultarEmailGetCustomer(primaryTelephoneNumber));
     }
     return(string.Empty);
 }