init
This commit is contained in:
12
DouyinApi.IServices/ITopicServices.cs
Normal file
12
DouyinApi.IServices/ITopicServices.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using DouyinApi.IServices.BASE;
|
||||
using DouyinApi.Model.Models;
|
||||
using System.Collections.Generic;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace DouyinApi.IServices
|
||||
{
|
||||
public interface ITopicServices : IBaseServices<Topic>
|
||||
{
|
||||
Task<List<Topic>> GetTopics();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user