Beispiel #1
0
 public IHttpActionResult AddTeam(string teamName)
 {
     teamService.AddNewTeam(teamName);
     return(this.Ok());
 }