You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
249 B

  1. using Volo.Abp.DependencyInjection;
  2. using Volo.Abp.Ui.Branding;
  3. namespace Shentun.WebPeis;
  4. [Dependency(ReplaceServices = true)]
  5. public class WebPeisBrandingProvider : DefaultBrandingProvider
  6. {
  7. public override string AppName => "WebPeis";
  8. }