Beispiel #1
0
 public ProjectController(BffTekWebContext context)
 {
     _context = context;
 }
 public MemberController(BffTekWebContext context)
 {
     _context = context;
 }
Beispiel #3
0
 public ClientController(BffTekWebContext context)
 {
     _context = context;
 }