예제 #1
0
 public TeamUpController(ITeamUpService teamUp)
 {
     _teamUpService = teamUp;
 }