10 lines
210 B
C#
10 lines
210 B
C#
using PARR.DAL.Services.Interfaces.Base;
|
|
|
|
namespace PARR.DAL.Services.Interfaces.AIHIT
|
|
{
|
|
public interface IRawDataEKService : IBaseService<Models.AIHIT.RawDataEK>
|
|
{
|
|
void DeleteAll();
|
|
}
|
|
}
|