Example #1
0
    public async Task OnGetAsync()
    {
        var resources = await _globalResourceAdminAppService.GetAsync();

        ScriptContent = resources.ScriptContent;
        StyleContent  = resources.StyleContent;
    }
 public Task <GlobalResourcesDto> GetAsync()
 {
     return(_globalResourceAdminAppService.GetAsync());
 }