示例#1
0
 public RetourAPI DeleteRound(Round Round)
 {
     return(DB_CURD.DeleteRound(Round));
 }