Пример #1
0
 public RetourAPI DeleteMatch(ViewMatch Match)
 {
     return(DB_CURD.DeleteMatch(Match));
 }