public ThreadsController(BookswapContext context)
 {
     _context = context;
 }
 public MessagesController(BookswapContext context)
 {
     _context = context;
 }
예제 #3
0
 public BooksController(BookswapContext context)
 {
     _context = context;
 }
 public SearchController(BookswapContext context)
 {
     _context = context;
 }