Beispiel #1
0
 public async Task <CustomResponse <Pais> > Get(string PaisId)
 {
     return(await _service.Obter(Guid.Parse(PaisId)));
 }