@@ -2,6 +2,9 @@
{
public class Class1
+ public int Id { get; set; }
+ public string Name { get; set; }
+ public string Description { get; set; }
}