namespace ZeroSpecificationPatternsTest.Models
{
public class TestDTO
public bool IsFlag { get; set; }
public int Number;
public long LongNumber;
public string Title { get; set; }
public string Summary;
public double Real;
}
Powered by TurnKey Linux.