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

            context.Database.Migrate();
        }
예제 #5
0
 public BranchController(MAANPP20ContextCar context)
 {
     _context = context;
 }