11 lines
163 B
C#
11 lines
163 B
C#
namespace azure_functions_talk
|
|
{
|
|
public enum Toppings
|
|
{
|
|
choco,
|
|
strawberry,
|
|
blackberry,
|
|
bostonCreme,
|
|
vanilla
|
|
}
|
|
} |