Here is the source code for NoteDto.cs file it is placed in the Dtos directory of the Note.Application project.
1 | using System.ComponentModel.DataAnnotations; |
Here is the source code for NoteDto.cs file it is placed in the Dtos directory of the Note.Application project.
1 | using System.ComponentModel.DataAnnotations; |