コード例 #1
0
 public BuyersController(Buy_And_Sell_House_MVCContext context)
 {
     _context = context;
 }
コード例 #2
0
 public TransactionsController(Buy_And_Sell_House_MVCContext context)
 {
     _context = context;
 }