Created Author, Book, AuthorBook, Page and Product with Price
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace LiteCharms.Features.Models;
|
||||
|
||||
public class PageReference
|
||||
{
|
||||
public string? Tag { get; set; }
|
||||
|
||||
public string? Description { get; set; }
|
||||
|
||||
public string? Url { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user