Added Main
This commit is contained in:
8
noteApi/Dtos/Note/CreateNoteDto.cs
Normal file
8
noteApi/Dtos/Note/CreateNoteDto.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace noteApi.Dtos.Note
|
||||
{
|
||||
public class CreateNoteDto
|
||||
{
|
||||
public string Title { get; set; }
|
||||
public string Content { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user