using CZFW.Framework.Model.Entity; namespace CZFW.Framework.Interface { public interface IPrivilegeGroup:ILogicBase<PrivilegeGroupEntity>, IPrivilegeGroupApi { } }