Beispiel #1
0
 public OutgoingInvoiceCommands(AccountancyDraftsDbContext context)
 {
     _context = context ?? throw new ArgumentNullException(nameof(context));
 }