Saving to DB, need to render
This commit is contained in:
+2
-2
@@ -1,4 +1,4 @@
|
||||
using Dapper.Contrib.Extensions;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
|
||||
namespace fxl.codes.kisekae.Entities
|
||||
{
|
||||
@@ -6,7 +6,7 @@ namespace fxl.codes.kisekae.Entities
|
||||
public class CelDto : IKisekaeFile, IKisekaeParseable
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public int KisekaeId { get; set; }
|
||||
[Column("kisekae_id")] public int KisekaeId { get; set; }
|
||||
public string Filename { get; set; }
|
||||
public byte[] Data { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user