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