Status associated with leaffile
This commit is contained in:
@@ -53,7 +53,7 @@ namespace LeafWeb.Core.DAL
|
||||
|
||||
public void AddLeafInput(LeafInput leafInput)
|
||||
{
|
||||
leafInput.Created = DateTime.Now;
|
||||
leafInput.Added = DateTime.Now;
|
||||
|
||||
_db.LeafInputs.Add(leafInput);
|
||||
_db.SaveChanges();
|
||||
|
||||
Reference in New Issue
Block a user