Пример #1
0
 public RetourAPI DeleteRoundAndMatch(Round Round)
 {
     return(DB_CURD.DeleteRoundAndMatch(Round));
 }