public BuyersController(Buy_And_Sell_House_MVCContext context)
 {
     _context = context;
 }
Пример #2
0
 public TransactionsController(Buy_And_Sell_House_MVCContext context)
 {
     _context = context;
 }