moves IBlog to YavscLib

This commit is contained in:
2017-05-02 11:23:55 +02:00
parent 0757f8e017
commit 63044b0efd
2 changed files with 3 additions and 16 deletions

View File

@ -1,11 +0,0 @@
namespace Yavsc.Interfaces
{
public interface IBlog: IIdentified<long>, IRating<long>, ITitle, ILifeTime
{
string AuthorId { get; set; }
string Content { get; set; }
string Photo { get; set; }
bool Visible { get; set; }
}
}