Fix agent grain calculation
This commit is contained in:
@@ -10,6 +10,7 @@ namespace Managing.Application.Abstractions.Grains
|
||||
/// </summary>
|
||||
/// <param name="userId">The ID of the user (used as grain key).</param>
|
||||
/// <param name="agentName">The display name of the agent.</param>
|
||||
[OneWay]
|
||||
Task InitializeAsync(int userId, string agentName);
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user