Files
parr_api/PARR.DAL/Services/Interfaces/AIHIT/ISettingService.cs
2023-08-23 15:47:20 +10:00

9 lines
180 B
C#

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