Here is the source code for INoteRepository.cs file it is placed in the Repositories directory of the Note.Domain project.
1 | using Note.Domain.Entities; |
Here is the source code for INoteRepository.cs file it is placed in the Repositories directory of the Note.Domain project.
1 | using Note.Domain.Entities; |