10 lines
		
	
	
		
			266 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			266 B
		
	
	
	
		
			C#
		
	
	
	
	
	
| using Volo.Abp.DependencyInjection;
 | |
| using Volo.Abp.Ui.Branding;
 | |
| 
 | |
| namespace KonSoft.Shared.Hosting.AspNetCore;
 | |
| 
 | |
| [Dependency(ReplaceServices = true)]
 | |
| public class KonSoftBrandingProvider : DefaultBrandingProvider
 | |
| {
 | |
|     public override string AppName => "KonSoft";
 | |
| } |