예제 #1
0
 public UserController(ParkNGoContext context)
 {
     _context = context;
 }
예제 #2
0
 public MainViewComponent(ParkNGoContext context)
 {
     _context = context;
 }
 public RegistrationViewComponent(ParkNGoContext context)
 {
     _context = context;
 }
예제 #4
0
 public AdditionalViewComponent(ParkNGoContext context)
 {
     _context = context;
 }
예제 #5
0
 public HomeController(ParkNGoContext context)
 {
     _context = context;
 }
예제 #6
0
 public AdminController(ParkNGoContext context)
 {
     _context = context;
 }
예제 #7
0
 public TransactionViewComponent(ParkNGoContext context)
 {
     _context = context;
 }