Ejemplo n.º 1
0
 public async Task <Persons> GetAsync(string id)
 {
     return(await ipersonsRepository.GetAsync(id));
 }