using EgwCoreLib.Lux.Data.DbModel.Job; namespace EgwCoreLib.Lux.Data.Repository.Job { public interface IPhaseRepository { Task> GetAllAsync(); } }