using DbFirst.BlazorWebApp.Models; namespace DbFirst.BlazorWebApp.Services { public interface IDashboardApiClient { Task> GetAllAsync(); } }