Beispiel #1
0
 public AuthRepository(QLCContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public LFSRepository(QLCContext context)
 {
     _context = context;
 }
Beispiel #3
0
 public ValuesController(QLCContext context) => _context = context;