Add project
This commit is contained in:
11
Api/Services/Interfaces/IServiceHelper.cs
Normal file
11
Api/Services/Interfaces/IServiceHelper.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using Common.Dtos.Common;
|
||||
|
||||
namespace Api.Services.Interfaces
|
||||
{
|
||||
public interface IServiceHelper<T>
|
||||
{
|
||||
Task<ValidationProblems> Validate(T request);
|
||||
Task RemoveCache();
|
||||
void AddKeyToCache(string key);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user