CodeLiturgy.Dashboard/BlueWest.Data/Currency/TestData.cs

7 lines
120 B
C#
Raw Normal View History

namespace BlueWest.Data;
public class TestData
{
public int Id { get; set; }
public string Name { get; set; }
}