refacts and PostIt Nav
This commit is contained in:
parent
1a0556695c
commit
e98bba4247
34 changed files with 315 additions and 200 deletions
|
|
@ -7,8 +7,8 @@ namespace Yavsc
|
|||
{
|
||||
public interface IBlogPostPayLoad
|
||||
{
|
||||
string? Article { get; set; }
|
||||
string? Photo { get; set; }
|
||||
string Article { get; set; }
|
||||
string Photo { get; set; }
|
||||
|
||||
}
|
||||
public interface IBlogPost : IBlogPostPayLoad, ITrackedEntity, IIdentified<long>, ITitle
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue