fix: update migration seeding condition to check for PrimaryColor instead of TenantColor
This commit is contained in:
@@ -11,4 +11,6 @@ public interface ITimetrackerService
|
||||
Task RemoveVacationDayAsync(int userId, int id);
|
||||
Task<TimeSpan> GetTotalOvertimeAsync(int userId, AppSettings settings);
|
||||
Task<List<WorkDay>> GetMonthAsync(int userId, int year, int month);
|
||||
Task<DashboardStatsVm> GetDashboardStatsAsync(int userId, int year, int month);
|
||||
Task<DashboardChartDataVm> GetDashboardChartDataAsync(int userId, int year);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user