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