Removed all references to FabTime
This commit is contained in:
@ -1,13 +0,0 @@
|
||||
using ReportingServices.Shared.Models.ProductionReport;
|
||||
using ReportingServices.Shared.ViewModels.ProductionReport;
|
||||
|
||||
namespace ReportingServices.Shared.Repositories
|
||||
{
|
||||
public interface IFabTimeReportingRepository
|
||||
{
|
||||
public Task<List<ReactorOutsByRDS>> GetMovesTrendData(string startDate = "", string endDate = "");
|
||||
public Task<List<EquipmentStateByDay>> GetToolStateTrendData(string toolType);
|
||||
public Task<List<ToolStateCurrent>> GetToolStateData(string toolType);
|
||||
public Task<T> GetJsonData<T>(string url);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user