IZyOaArticleService.cs 266 Bytes
using NCC.Extend.Entitys.common_extend;
using System.Collections.Generic;
using System.Threading.Tasks;

namespace NCC.Extend.Interfaces.ZyOaArticle
{
    public interface IZyOaArticleService
    {
        Task<List<BaseOaArticleEntity>> GetArticleList();
    }
}