using PARR.DAL.Services.Interfaces.Base; namespace PARR.DAL.Services.Interfaces.AIHIT { public interface ISettingService : IBaseService { } }