public ReservationService(BAISTGolfClubContext context)
 {
     this._context = context;
 }
Ejemplo n.º 2
0
 public ScoreService(BAISTGolfClubContext context)
 {
     this._context = context;
 }
Ejemplo n.º 3
0
 public Users1Controller(BAISTGolfClubContext context)
 {
     _context = context;
 }
Ejemplo n.º 4
0
 public UserService(BAISTGolfClubContext context)
 {
     this._context = context;
 }