Ejemplo n.º 1
0
 public ActionResult <dynamic> GetByCep(string Termo)
 {
     return(TratarRetorno(appservice.GetByCep(Termo)));
 }