first commit
This commit is contained in:
@ -0,0 +1,10 @@
|
||||
using System;
|
||||
|
||||
namespace KonSoft.Admin.Models.Test;
|
||||
|
||||
public class TestModel
|
||||
{
|
||||
public string? Name { get; set; }
|
||||
|
||||
public DateTime BirthDate { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user