using DOAN.Model.MES.dev; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace DOAN.Service.MES.dev.IService { public interface IDeviceMaintenancePerformanceService { public Task>> DeviceUptimesAsync(string startTime, string endTime, string workshop); } }