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