添加评论功能
This commit is contained in:
11
Yi.Framework.Net6/Yi.Framework.Interface/ICommentService.cs
Normal file
11
Yi.Framework.Net6/Yi.Framework.Interface/ICommentService.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System.Threading.Tasks;
|
||||
using Yi.Framework.Model.Models;
|
||||
using Yi.Framework.Repository;
|
||||
|
||||
namespace Yi.Framework.Interface
|
||||
{
|
||||
public partial interface ICommentService
|
||||
{
|
||||
Task<bool> AddAsync(CommentEntity comment);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user