Пример #1
0
 public int PutFight(int id, Fight fight)
 {
     return(_dal.PutFight(id, fight));
 }