Added Frontend
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user