refactor(AuthClientTests): Umbenennung der Variablennamen
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
namespace DigitalData.Auth.Abstractions;
|
||||
|
||||
public interface IAuthClient : IListenHandler, IAuthSenderHandler
|
||||
public interface IAuthClient : IAuthListenHandler, IAuthSenderHandler
|
||||
{
|
||||
bool IsConnected { get; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user