9 lines
No EOL
146 B
C#
9 lines
No EOL
146 B
C#
using BankingBot.Enums;
|
|
|
|
namespace BankingBot.Contracts
|
|
{
|
|
public interface ILoginCredentials
|
|
{
|
|
Provider? GetProvider();
|
|
}
|
|
} |