using PARR.DAL.Services.Interfaces.Base; namespace PARR.DAL.Services.Interfaces.Job { public interface IJobGroupService : IBaseService { } }