Added Frontend

This commit is contained in:
Thermo_SIM
2021-03-19 18:28:07 +01:00
parent 36e0927bd1
commit c7f7c4f9c8
9 changed files with 144 additions and 122 deletions
@@ -22,11 +22,11 @@ namespace Thermo.Active.Database.Controllers
dbCtx.Dispose();
}
public HistorySheetModel Create(DateTime data, string recipe, short piece, float value1, float value2, float value3)
public HistorySheetModel Create(string recipe, short piece, float value1, float value2, float value3)
{
HistorySheetModel mod = new HistorySheetModel()
{
DtEvent = data,
DtEvent = DateTime.Now,
RecipeName = recipe,
NumDone = piece,
FirstVal = value1,