6 lines
97 B
C#
Raw Normal View History

// read contents of input folder
public class Location
{
public string Id { get; set; }
}