示例#1
0
 public TeamsController(IPlayerClubRepository repo, IMapper mapper)
 {
     _mapper = mapper;
     _repo   = repo;
 }