Esempio n. 1
0
 public async Task <Product> GetByIDAsync(int id)
 {
     return(await _context.QueryByKeyAsync <Product>(id));
 }