tracked posts
This commit is contained in:
parent
66de98bd0f
commit
51f2d709f3
15 changed files with 1504 additions and 34 deletions
|
|
@ -1,15 +1,13 @@
|
|||
using System;
|
||||
|
||||
|
||||
namespace Yavsc.Models
|
||||
{
|
||||
public interface IBlog
|
||||
public interface IBlog : IBaseTrackedEntity
|
||||
{
|
||||
string AuthorId { get; set; }
|
||||
string Content { get; set; }
|
||||
long Id { get; set; }
|
||||
DateTime Modified { get; set; }
|
||||
string Photo { get; set; }
|
||||
DateTime Posted { get; set; }
|
||||
|
||||
int Rate { get; set; }
|
||||
string Title { get; set; }
|
||||
bool Visible { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue