IdentityServer8
This commit is contained in:
parent
18ddbead66
commit
a16188338a
47 changed files with 4077 additions and 529 deletions
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
namespace Yavsc
|
||||
{
|
||||
public interface IBlogPost : ITrackedEntity, IIdentified<long>, IRating<long>, ITitle
|
||||
public interface IBlogPost : ITrackedEntity, IIdentified<long>, ITitle
|
||||
{
|
||||
string AuthorId { get; set; }
|
||||
string Content { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue