7 lines
No EOL
85 B
C#
7 lines
No EOL
85 B
C#
namespace BankingBot.Enums
|
|
{
|
|
public enum Provider
|
|
{
|
|
Lloyds
|
|
}
|
|
} |