Defining DTO Properties
You can define typed properties in your DTO
outside the constructor:
Remind that the property types must be compatible with the Cast Type you define for them.
Last updated
You can define typed properties in your DTO
outside the constructor:
Remind that the property types must be compatible with the Cast Type you define for them.
Last updated