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