fix statement binding model
This commit is contained in:
parent
0e7052eb80
commit
f6d00c23bc
@ -2,7 +2,7 @@
|
||||
|
||||
namespace UniversityContracts.BindingModels
|
||||
{
|
||||
public class StatementBindingModel : IStudentModel
|
||||
public class StatementBindingModel : IStatementModel
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public DateTime Date { get; set; } = DateTime.SpecifyKind(DateTime.Now, DateTimeKind.Utc);
|
||||
|
Loading…
Reference in New Issue
Block a user