コード例 #1
0
 public Counting(ParkingServiceContext db)
 {
     _context = db;
 }
コード例 #2
0
 public LoginModel(ParkingServiceContext db)
 {
     _context = db;
 }
コード例 #3
0
 public IndexModel(ParkingServiceContext db)
 {
     _context = db;
 }
コード例 #4
0
 public RegisterModel(ParkingServiceContext db)
 {
     _context = db;
 }
コード例 #5
0
 public CreateModel(ParkingServiceContext context)
 {
     _context = context;
 }