public BuyersController(Buy_And_Sell_House_MVCContext context)
 {
     _context = context;
 }
Esempio n. 2
0
 public TransactionsController(Buy_And_Sell_House_MVCContext context)
 {
     _context = context;
 }