add public in report
This commit is contained in:
parent
dadcc5b61a
commit
e3ec7c8acd
@ -7,6 +7,6 @@ namespace UniversityContracts.BindingModels
|
||||
public string? FileName { get; set; } = string.Empty;
|
||||
public DateTime? From { get; set; }
|
||||
public DateTime? To { get; set; }
|
||||
List<StudentViewModel> Students { get; set; } = new();
|
||||
public List<StudentViewModel> Students { get; set; } = new();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user