Exemplo n.º 1
0
 public ActionResult <bool> Exists(string name)
 {
     return(_teamsRepository.Exists(name));
 }