示例#1
0
 public IEnumerable <ViewRound> GetRoundsOfTournament([FromQuery] int IdTournoi)
 {
     return(DB_CURD.GetRoundsOf(IdTournoi));
 }