Fogo
This commit is contained in:
parent
1f6e6d5d4f
commit
fdf5ee915e
67 changed files with 48812 additions and 37055 deletions
9
src/Yavsc.Abstract/Messaging/Comment.cs
Normal file
9
src/Yavsc.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