working with links
This commit is contained in:
7
Models/ContentModel.cs
Normal file
7
Models/ContentModel.cs
Normal file
@ -0,0 +1,7 @@
|
||||
namespace BinaryDad.Notes.Models;
|
||||
|
||||
public class ContentModel
|
||||
{
|
||||
public ICollection<string> NoteNames { get; set; }
|
||||
public string Text { get; set; }
|
||||
}
|
@ -1,8 +0,0 @@
|
||||
namespace BinaryDad.Notes.Models;
|
||||
|
||||
public class ErrorViewModel
|
||||
{
|
||||
public string? RequestId { get; set; }
|
||||
|
||||
public bool ShowRequestId => !string.IsNullOrEmpty(RequestId);
|
||||
}
|
Reference in New Issue
Block a user