评论建表
This commit is contained in:
@@ -6,6 +6,6 @@ namespace Yi.Framework.Interface
|
||||
{
|
||||
public partial interface IAgreeService : IBaseService<AgreeEntity>
|
||||
{
|
||||
Task<bool> OperateAsync(long articleId, long userId);
|
||||
Task<bool> OperateAsync(long articleOrCommentId, long userId);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
using Yi.Framework.Model.Models;
|
||||
using Yi.Framework.Repository;
|
||||
|
||||
namespace Yi.Framework.Interface
|
||||
{
|
||||
public partial interface ICommentService:IBaseService<CommentEntity>
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user