Exemplo n.º 1
0
 public TeamUpController(ITeamUpService teamUp)
 {
     _teamUpService = teamUp;
 }