Sample Initialization
Here is an example of declaring a list object and populate it with a few note objects. Those objects have an embedded object.
1 | return new List<NoteDto> |
Here is an example of declaring a list object and populate it with a few note objects. Those objects have an embedded object.
1 | return new List<NoteDto> |