示例#1
0
 public IEnumerable <Round> GetAllRounds()
 {
     return(_repos.GetAllRounds());
 }