Пример #1
0
 public ActionResult AddTeam(string teamName)
 {
     _companyRepo.AddTeam(teamName);
     return(Ok());
 }