Search for both LeafInput and LeafInputData

This commit is contained in:
2023-02-02 09:35:22 -05:00
parent 8e16510ad9
commit 680f139aa5
24 changed files with 808 additions and 281 deletions
+5
View File
@@ -80,6 +80,11 @@ namespace LeafWeb.Core.DAL
select s).Max(s => s.DateTime));
}
public IQueryable<LeafInputData> GetLeafInputData()
{
return _db.LeafInputData;
}
public IEnumerable<LeafInput> GetLeafInputRecentlyCompleted(int count)
{
return