using MilliSim.Common.Dtos; using MilliSim.Common.Models; namespace MilliSim.Services; public interface IDashboardService { Task> GetDashboardDataAsync(); }