public UsersController(DodgeContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public HomeController(DodgeContext context)
 {
     _context = context;
 }
Beispiel #3
0
 public ContactsController(DodgeContext context)
 {
     _context = context;
 }
Beispiel #4
0
 public MeetingsController(DodgeContext context)
 {
     _context = context;
 }
Beispiel #5
0
 public SupportTicketsController(DodgeContext context)
 {
     _context = context;
 }
 public ClientsController(DodgeContext context)
 {
     _context = context;
 }