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