НС>private static Expression<Func<int, bool>> MyMethod(int c1, int c2) НС>{ НС> return x => x > c1 && x < c2; НС>} НС>