You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Zero/Tests/ZeroLevel.UnitTests/Models/TestDTO.cs

13 lines
292 B

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.