[CHANGE] Reworking Result monads
This commit is contained in:
@@ -3,6 +3,6 @@ namespace DotBased.ASP.Auth;
|
||||
public interface ISessionStateProvider
|
||||
{
|
||||
public const string SessionStateName = "BasedServerSession";
|
||||
public Task<Result<string>> GetSessionStateAsync();
|
||||
public Task<Result> SetSessionStateAsync(string state);
|
||||
public Task<ResultOld<string>> GetSessionStateAsync();
|
||||
public Task<ResultOld> SetSessionStateAsync(string state);
|
||||
}
|
Reference in New Issue
Block a user