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