Exemple #1
0
 public RekeningenService(KasboekDbContext context) : base(context)
 {
 }
Exemple #2
0
 public CrudService(KasboekDbContext context)
 {
     _context = context;
 }
Exemple #3
0
 public CategorieenService(KasboekDbContext context) : base(context)
 {
 }
 public TransactiesService(KasboekDbContext context, IRekeningenService rekeningenService) : base(context)
 {
     _rekeningenService = rekeningenService;
 }
 public InstellingenService(KasboekDbContext context) : base(context)
 {
 }