예제 #1
0
 public async Task <ResultDto <IEnumerable <MunicipioDto> > > Get(int id)
 {
     return(await _municipioService.ObterTodosPorEstado(id));
 }