using JiepeiWMS.IServices.BASE; using JiepeiWMS.Model.Models; using System.Collections.Generic; using System.Threading.Tasks; namespace JiepeiWMS.IServices { public interface ITopicServices : IBaseServices { Task> GetTopics(); } }