Beispiel #1
0
 public CreateModel(ParkingService.Models.ParkingServiceContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public EditModel(ParkingService.Models.ParkingServiceContext context)
 {
     _context = context;
 }