public BuyersController(Buy_And_Sell_House_MVCContext context)
 {
     _context = context;
 }
示例#2
0
 public TransactionsController(Buy_And_Sell_House_MVCContext context)
 {
     _context = context;
 }