コード例 #1
0
 public UsersController(DodgeContext context)
 {
     _context = context;
 }
コード例 #2
0
 public HomeController(DodgeContext context)
 {
     _context = context;
 }
コード例 #3
0
 public ContactsController(DodgeContext context)
 {
     _context = context;
 }
コード例 #4
0
 public MeetingsController(DodgeContext context)
 {
     _context = context;
 }
コード例 #5
0
 public SupportTicketsController(DodgeContext context)
 {
     _context = context;
 }
コード例 #6
0
 public ClientsController(DodgeContext context)
 {
     _context = context;
 }