using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Yi.Framework.Ddd.Services.Abstract;
using Yi.Framework.DictionaryManager.Dtos.Dictionary;
namespace Yi.Framework.DictionaryManager
{
///
/// Dictionary服务抽象
///
public interface IDictionaryService : ICrudAppService
{
}
}