using DG.Core;
using Zxd.Core.Shared.Dto;
namespace Cms.Core.WebApi.Domain.Impl
{
internal interface ICacheDomain : IScopedDependency
Task<List<DeptmentDto>> GetDeptments();
}