[ADD] Implementing services/handlers
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace DotBased.AspNet.Authority.Repositories;
|
||||
|
||||
public interface IAuthorityRepository
|
||||
{
|
||||
public Task<int> GetVersion();
|
||||
public Task SetVersion(int version);
|
||||
}
|
Reference in New Issue
Block a user