Example #1
0
 public LidRepository(IKAJContext context)
 {
     _context = context;
 }
Example #2
0
 public GewestRepository(IKAJContext context)
 {
     _context = context;
 }
Example #3
0
 public RegioverantwoordelijkeRepository(IKAJContext context)
 {
     _context = context;
 }
Example #4
0
 public AfdelingRepository(IKAJContext context)
 {
     _context = context;
 }