mirror of https://github.com/abpframework/abp.git
6 changed files with 20 additions and 13 deletions
@ -0,0 +1,13 @@ |
|||
using MyCompanyName.MyProjectName.Localization; |
|||
using Volo.Abp.AspNetCore.Components; |
|||
|
|||
namespace MyCompanyName.MyProjectName.Blazor |
|||
{ |
|||
public class MyProjectNameComponentBase : AbpComponentBase |
|||
{ |
|||
public MyProjectNameComponentBase() |
|||
{ |
|||
LocalizationResource = typeof(MyProjectNameResource); |
|||
} |
|||
} |
|||
} |
|||
Loading…
Reference in new issue