Search for both LeafInput and LeafInputData
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user