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