Ejemplo n.º 1
0
 public UserController(SportifyContext sc, IMapper mapper)
 {
     sportifyContext = sc;
     _mapper         = mapper;
 }
Ejemplo n.º 2
0
 public StadiumController(SportifyContext sc, IMapper mapper)
 {
     sportifyContext = sc;
     _mapper         = mapper;
 }