public UserController(SportifyContext sc, IMapper mapper)
 {
     sportifyContext = sc;
     _mapper         = mapper;
 }
Exemple #2
0
 public StadiumController(SportifyContext sc, IMapper mapper)
 {
     sportifyContext = sc;
     _mapper         = mapper;
 }