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