using Volo.Abp.DependencyInjection; using Volo.Abp.Ui.Branding; namespace Win_in.Sfs.Wms.DataExchange; [Dependency(ReplaceServices = true)] public class DataExchangeBrandingProvider : DefaultBrandingProvider { public override string AppName => "DataExchange"; }