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