Blog.Core/Blog.Core.IServices/IBlogArticleServices.cs

14 lines
217 B
C#
Raw Normal View History

2018-08-22 12:18:14 +08:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Blog.Core.IServices
{
public interface IBlogArticleServices
{
}
}