This commit is contained in:
2020-05-07 19:37:44 +00:00
parent f15ef1d775
commit 22e4fc566b
2 changed files with 6 additions and 6 deletions

View File

@@ -120,7 +120,7 @@ namespace AyaNova.Biz
//DUPLICATE
//
internal async Task<WorkOrder> DuplicateAsync(WorkOrder dbObj)
internal async Task<WorkOrder> DuplicateAsync(long id)
{
throw new System.NotImplementedException("STUB: WORKORDER DUPLICATE");
// WorkOrder outObj = new WorkOrder();