sortBy #1814
Some checks failed
release-dev / release-dev (push) Failing after 12s

This commit is contained in:
harid 2025-10-06 15:12:40 +07:00
parent 946721ffb2
commit 5efb1c99c6
8 changed files with 398 additions and 23 deletions

View file

@ -5,6 +5,9 @@
public Guid Id { get; set; } = Guid.Empty;
public string FullName { get; set; } = string.Empty;
public string? Prefix { get; set; } = string.Empty;
public string? FirstName { get; set; } = string.Empty;
public string? LastName { get; set; } = string.Empty;
public DateTime? CheckInDate { get; set; } = DateTime.MinValue;

View file

@ -5,6 +5,9 @@
public Guid Id { get; set; } = Guid.Empty;
public string FullName { get; set; } = string.Empty;
public string? Prefix { get; set; } = string.Empty;
public string? FirstName { get; set; } = string.Empty;
public string? LastName { get; set; } = string.Empty;
public DateTime? CheckInDate { get; set; } = DateTime.MinValue;