using LINGYUN.Abp.Account.Web.Models; using System.Collections.Generic; using System.Threading.Tasks; namespace LINGYUN.Abp.Account.Web.ExternalProviders; public interface IExternalProviderService { Task> GetAllAsync(); }