Example #1
0
 public async Task <bool> UpdateAsync(Product prod)
 {
     return(await _context.ModifyEntityAsync(prod));
 }