9 lines
180 B
C#
9 lines
180 B
C#
using PARR.DAL.Services.Interfaces.Base;
|
|
|
|
namespace PARR.DAL.Services.Interfaces.AIHIT
|
|
{
|
|
public interface ISettingService : IBaseService<Models.AIHIT.Setting>
|
|
{
|
|
}
|
|
}
|