[CHANGE] Repository manager
This commit is contained in:
@@ -2,6 +2,6 @@ namespace DotBased.AspNet.Authority.Repositories;
|
||||
|
||||
public interface IAuthorityRepository
|
||||
{
|
||||
public Task<int> GetVersion();
|
||||
public Task SetVersion(int version);
|
||||
public Task<long> GetVersion();
|
||||
public Task SetVersion(long version);
|
||||
}
|
Reference in New Issue
Block a user