banking-bot/BankingBot/Contracts/IProviderLoginManager.cs
2017-01-25 16:57:20 +00:00

7 lines
No EOL
143 B
C#

namespace BankingBot.Contracts
{
public interface IProviderLoginManager
{
void Login(ILoginCredentials credentials);
}
}