예제 #1
0
 public Round GetRoundById(int id)
 {
     return(_repos.GetRoundById(id));
 }