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