Пример #1
0
 public IEnumerable <Fight> GetFightById(int id)
 {
     return(_dal.GetFight(id));
 }