Exemplo n.º 1
0
 public async Task AddPayment(Payment payment)
 {
     await _context.Set <Payment>().AddAsync(payment);
 }