Esempio n. 1
0
 public UsersController(DodgeContext context)
 {
     _context = context;
 }
Esempio n. 2
0
 public HomeController(DodgeContext context)
 {
     _context = context;
 }
Esempio n. 3
0
 public ContactsController(DodgeContext context)
 {
     _context = context;
 }
Esempio n. 4
0
 public MeetingsController(DodgeContext context)
 {
     _context = context;
 }
Esempio n. 5
0
 public SupportTicketsController(DodgeContext context)
 {
     _context = context;
 }
 public ClientsController(DodgeContext context)
 {
     _context = context;
 }