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