using ECMJobRunner.Domain.Entities; namespace ECMJobRunner.Domain.Interfaces { /// /// Repository interface for CfgProfile entity /// public interface ICfgProfileRepository : IRepository { // Add custom CfgProfile-specific methods here if needed } }