using PARR.DAL.Models.Unit; namespace PARR.DAL.Services.Interfaces.Unit { public interface IUnitRegionalEkPtkGroupService { IQueryable Get(); } }