Null && Tenary Operator

This commit is contained in:
2022-09-26 17:09:14 +02:00
parent 1932b125b9
commit d905100c25
9 changed files with 35 additions and 14 deletions

View File

@ -11,5 +11,6 @@ namespace Spg.BasicDemo.Model {
public string FirstName { get; set; }
public string LastName { get; set; }
public long SozNumber { get; set; }
public int Id { get; internal set; }
}
}