fix(IAuthClient): umbenannt in IAuthClient
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
namespace DigitalData.Auth.Abstractions;
|
||||
|
||||
public interface IChatClient
|
||||
public interface IAuthClient
|
||||
{
|
||||
Task ReceiveMessage(string user, string message);
|
||||
|
||||
Reference in New Issue
Block a user