Blog.Core/Blog.Core.Services/TopicServices.cs

19 lines
294 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;
using Blog.Core.IRepository;
using Blog.Core.IServices;
namespace Blog.Core.Services
{
public class TopicServices: ITopicServices
{
}
}