using GreadyPoang.EntityLayer; namespace GreadyPoang.DataLayer; public interface ICombinedRepository { IEnumerable roundBuilderElements(); }