using System; namespace KonSoft.Admin.Models.Test; public class TestModel { public string? Name { get; set; } public DateTime BirthDate { get; set; } }