Rearrange LeafInput data
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
|
||||
namespace LeafWeb.Core.Entities
|
||||
{
|
||||
public class LeafOutputFile
|
||||
{
|
||||
public int Id { get; set; }
|
||||
|
||||
public virtual LeafInputFile LeafInputFile { get; set; }
|
||||
|
||||
public string Filename { get; set; }
|
||||
|
||||
public byte[] Contents { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user