Email notification for LeafWeb jobs
This commit is contained in:
@@ -69,6 +69,11 @@ namespace LeafWeb.Core.DAL
|
||||
return _db.LeafInputFiles;
|
||||
}
|
||||
|
||||
public LeafInputFile GetLeafInputFile(int id)
|
||||
{
|
||||
return _db.LeafInputFiles.Find(id);
|
||||
}
|
||||
|
||||
public IQueryable<LeafInputFile> GetLeafInputFiles(LeafInputStatusType status)
|
||||
{
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user