using PARR.DAL.Services.Interfaces.Base; namespace PARR.DAL.Services.Interfaces.Unit { public interface IUnitService : IBaseService { IQueryable GetWithIncludes(); } }