Exemplo n.º 1
0
 public APIController()
 {
     _context = new Models.BidsterContext();
 }
Exemplo n.º 2
0
 public AuctionsController()
 {
     _context = new Models.BidsterContext();
 }