Esempio n. 1
0
 public dynamic CambioPlanOferta(string NumeroCelular, string oferta)
 {
     if (!String.IsNullOrEmpty(NumeroCelular) && !String.IsNullOrEmpty(oferta))
     {
         return(_servicesRepository.CambioPlanOferta(NumeroCelular, oferta));
     }
     return(string.Empty);
 }