示例#1
0
 public FootballClubController(IFootballClubService service)
 {
     _service = service;
 }