Chomp 055a6f901a Dump cleaner now handles:
trader base files
Location base files
2022-01-09 20:33:24 +00:00

6 lines
97 B
C#

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