Example #1
0
 public async Task <IEnumerable <Municipio> > ListMinicipios()
 {
     return(await _empresa.ListMinicipios());
 }