Status associated with leaffile

This commit is contained in:
2016-02-19 12:43:47 -05:00
parent 75fa448a0f
commit a9b6c026ad
7 changed files with 24 additions and 13 deletions
-16
View File
@@ -1,16 +0,0 @@
using System;
namespace LeafWeb.Core.Entities
{
/// <summary>
/// Status of processing LeafInput
/// </summary>
public class LeafInputStatus
{
public int Id { get; set; }
public virtual LeafInput LeafInput { get; set; }
public string Status { get; set; }
public string Description { get; set; }
public DateTime DateTime { get; set; }
}
}