Re-fabrication
This commit is contained in:
10
Yavsc.Server/Interfaces/ICommentable.cs
Normal file
10
Yavsc.Server/Interfaces/ICommentable.cs
Normal file
@ -0,0 +1,10 @@
|
||||
namespace Yavsc.Interfaces
|
||||
{
|
||||
public interface IComment<T> : IIdentified<T>
|
||||
{
|
||||
T GetReceiverId();
|
||||
void SetReceiverId(T rid);
|
||||
string Content { get; set; }
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user