moves IBlog to YavscLib
This commit is contained in:
@ -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; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user