This commit is contained in:
Tommy Parnell
2019-04-06 06:32:04 -04:00
parent a108eb6992
commit 747c36a87b
9 changed files with 125 additions and 11 deletions

7
CompleteDounut.cs Normal file
View File

@@ -0,0 +1,7 @@
namespace azure_functions_talk
{
public class CompleteDounut : Fried
{
public string Topping { get; set; }
}
}