using System.Collections.Generic; public interface ISkillCalcFilter { int Filtering(IEnumerable parameters); int Filtering(int parameter); }