Add new report

This commit is contained in:
LAPTOP-KB8JC2K2\acer
2021-09-23 16:49:08 +07:00
parent dacfe151cf
commit 14c7df9d17
20 changed files with 1042 additions and 3 deletions

View File

@@ -60,7 +60,6 @@ namespace TodoAPI2.Models
i.item_org_id = (from x in ext.GetSortingDep() select x).ToList();
i.item_round_id = (from x in ext.GetEvaRound() orderby x.external_code descending select x).ToList();
return i;
}
public rep_eva01WithSelectionViewModel GetBlankItem()
@@ -69,7 +68,6 @@ namespace TodoAPI2.Models
i.item_org_id = (from x in ext.GetSortingDep() select x).ToList();
i.item_round_id = (from x in ext.GetEvaRound() orderby x.external_code descending select x).ToList();
return i;
}
@@ -82,4 +80,5 @@ namespace TodoAPI2.Models
#endregion
}
}
}