예제 #1
0
 public MembersController(DemoSuperGuayDbContext context)
 {
     _context = context;
 }
예제 #2
0
 public BooksController(DemoSuperGuayDbContext context)
 {
     _context = context;
 }
예제 #3
0
 public LendsController(DemoSuperGuayDbContext context)
 {
     _context = context;
 }