refact
This commit is contained in:
parent
7be51c6ac3
commit
9b7a6c0125
11 changed files with 66 additions and 25 deletions
|
|
@ -14,7 +14,8 @@ using Yavsc.ViewModels.Blog;
|
|||
|
||||
namespace Yavsc.Models.Blog
|
||||
{
|
||||
public class BlogPost : BlogPostInputViewModel, IBlogPost, ICircleAuthorized, ITaggable<long>, IIdentified<long>
|
||||
public class BlogPost : BlogPostBase,
|
||||
IBlogPost, ICircleAuthorized, ITaggable<long>
|
||||
{
|
||||
[Key(), DatabaseGenerated(DatabaseGeneratedOption.Identity)]
|
||||
[Display(Name="Identifiant du post")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue