no message

This commit is contained in:
Kittapath 2024-04-26 18:03:45 +07:00
parent 66c97a162b
commit 0afe06fac0
3 changed files with 8 additions and 8 deletions

View file

@ -14,7 +14,7 @@
public string prefix { get; set; } = string.Empty;
public string firstName { get; set; } = string.Empty;
public string lastName { get; set; } = string.Empty;
public Guid? profileId { get; set; } = Guid.Empty;
public string? profileId { get; set; } = string.Empty;
// public Guid? commandId { get; set; } = Guid.Empty;
}
}