示例#1
0
 public ActionResult <bool> Exists(string name)
 {
     return(_teamsRepository.Exists(name));
 }