38f4da00da005d6f7c80e6191208ef2ba31893db
Added four new properties (`FullName`, `Position`, `Place`, and `Ink`) to the `Signature` class. Each property is annotated with the `[Column]` attribute to map to corresponding database columns (`FULL_NAME`, `POSITION`, `PLACE`, and `INK`). The properties support nullable values based on the `nullable` directive, ensuring compatibility with nullable reference types. These changes enhance the `Signature` class by enabling additional data storage and retrieval.
Description
No description provided
Languages
JavaScript
82.6%
C#
8.4%
HTML
4.5%
Visual Basic .NET
2.6%
CSS
1.4%
Other
0.4%