Exemplo n.º 1
0
 public async Task <Municipality> FetchByName(string name)
 {
     return(await _municipalityRepository.FetchByName(name));
 }