public RACServiceController(MAANPP20ContextCar context)
 {
     _context = context;
 }
 public CarsController(MAANPP20ContextCar context)
 {
     _context = context;
 }
Exemplo n.º 3
0
 public ReservationController(MAANPP20ContextCar context)
 {
     _context = context;
 }
Exemplo n.º 4
0
        public static void SeedData(MAANPP20ContextCar context)
        {
            System.Console.WriteLine("Appling Migrations...");

            context.Database.Migrate();
        }
Exemplo n.º 5
0
 public BranchController(MAANPP20ContextCar context)
 {
     _context = context;
 }