public List <float> GetProcessor(string machineName, DateTime startDate, DateTime endDate) { var action = new GetMetricsAction(dbContext); return(action.GetProcessor(machineName, startDate, endDate)); }
public List <float> GetProcessor(string machineName) { var action = new GetMetricsAction(dbContext); return(action.GetProcessor(machineName)); }