Fogo
This commit is contained in:
parent
1f6e6d5d4f
commit
fdf5ee915e
67 changed files with 48812 additions and 37055 deletions
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
namespace Yavsc
|
||||
{
|
||||
public interface IBlogPost : IBaseTrackedEntity, IIdentified<long>, IRating<long>, ITitle
|
||||
public interface IBlogPost : ITrackedEntity, IIdentified<long>, IRating<long>, ITitle
|
||||
{
|
||||
string AuthorId { get; set; }
|
||||
string Content { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue