mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2026-07-31 01:40:42 +00:00
Rate Policy
This commit is contained in:
@@ -113,7 +113,7 @@ namespace Esiur.Proxy
|
||||
|
||||
if (!ci.HasHandle)
|
||||
{
|
||||
code.AppendLine("public virtual AsyncReply<bool> Handle(ResourceOperation operation, IResourceContext context = null) => new AsyncReply<bool>(true);");
|
||||
code.AppendLine("public virtual AsyncReply<bool> Handle(ResourceOperation operation, IResourceContext? context = null) => new AsyncReply<bool>(true);");
|
||||
}
|
||||
}
|
||||
|
||||
@@ -359,4 +359,4 @@ namespace Esiur.Proxy
|
||||
public bool HasHandle;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user