using PARR.DAL.Services.Interfaces.Base; namespace PARR.DAL.Services.Interfaces.Task { public interface ITaskService : IBaseService { } }