Ejemplo n.º 1
0
 //Extra business logic
 public bool TeamNameAvailable(string teamname)
 {
     return(_teamContext.NameAvailable(teamname));
 }