refactor(IAuthSenderHandler): rename subject input to name.
This commit is contained in:
@@ -2,5 +2,5 @@
|
||||
|
||||
public interface IAuthSenderHandler
|
||||
{
|
||||
Task SendKeyAsync(string topic, string key);
|
||||
Task SendKeyAsync(string name, string key);
|
||||
}
|
||||
Reference in New Issue
Block a user