using FNZCM.BlazorWasm.Helpers; using Microsoft.AspNetCore.Components; namespace FNZCM.BlazorWasm.UI { public class ViewBase : ComponentBase { [Inject] protected ApiClient ApiClient { get; set; } } }