IUsersCurrentService.cs 300 Bytes
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace NCC.System.Interfaces.Permission
{
    /// <summary>
    /// 业务契约:个人资料管理
    /// </summary>
    public interface IUsersCurrentService
    {
    }
}