Files
azure-functions-talk/Batter.cs
Tommy Parnell 747c36a87b stop
2019-04-06 06:32:04 -04:00

9 lines
124 B
C#

using System;
namespace azure_functions_talk
{
public class Batter
{
public string Id { get; set; }
}
}