using Domain.Entities; namespace Models.Interfaces { public interface IPhSAdjustmentReasonRepository { Task> GetAllActiveAsync(); } }