Example #1
0
 public async Task <IEnumerable <Registro> > GetRegistros()
 {
     return(await _context.GetAll());
 }