using Tiobon.Core.Model.IDS4DbModels; namespace Tiobon.Core.IServices; public partial interface IApplicationUserServices : IBaseServices { bool IsEnable(); }