fix Синхронизации
This commit is contained in:
8
PARR.DAL/Services/Interfaces/AIHIT/ISettingService.cs
Normal file
8
PARR.DAL/Services/Interfaces/AIHIT/ISettingService.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using PARR.DAL.Services.Interfaces.Base;
|
||||
|
||||
namespace PARR.DAL.Services.Interfaces.AIHIT
|
||||
{
|
||||
public interface ISettingService : IBaseService<Models.AIHIT.Setting>
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user