REORG
This commit is contained in:
parent
8d68ee380a
commit
45514010f2
3505 changed files with 154 additions and 523 deletions
9
src/Abstract/Messaging/Comment.cs
Normal file
9
src/Abstract/Messaging/Comment.cs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
using Yavsc.Interfaces;
|
||||
|
||||
public class CommentPost : IComment<long>
|
||||
{
|
||||
public long ReceiverId { get; set; }
|
||||
public long? ParentId { get; set; }
|
||||
public string Content { get; set; }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue