refactoring
This commit is contained in:
parent
0085795902
commit
fafa1a5c5f
21 changed files with 5 additions and 5 deletions
|
|
@ -1,15 +0,0 @@
|
|||
|
||||
namespace YavscLib
|
||||
{
|
||||
public interface IBlog : IBaseTrackedEntity
|
||||
{
|
||||
string AuthorId { get; set; }
|
||||
string Content { get; set; }
|
||||
long Id { get; set; }
|
||||
string Photo { 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