Storing in DB now
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
namespace fxl.codes.kisekae.Entities
|
||||
{
|
||||
public interface IKisekaeFile
|
||||
{
|
||||
int Id { get; set; }
|
||||
int KisekaeId { get; set; }
|
||||
string Filename { get; set; }
|
||||
}
|
||||
|
||||
public interface IKisekaeParseable
|
||||
{
|
||||
byte[] Data { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user