using Volo.Abp.Ui.Branding; using Volo.Abp.DependencyInjection; namespace WinIn.FasterZ.AuthSiteCenter.Web; [Dependency(ReplaceServices = true)] public class AuthSiteCenterBrandingProvider : DefaultBrandingProvider { public override string AppName => "AuthSiteCenter"; }