Exemplo n.º 1
0
 public CarsController(ICarContex context)
 {
     _context = context;
 }
Exemplo n.º 2
0
 //Constructors
 public CarsController()
 {
     _context = new ApplicationDbContext();
 }