Thinking about shunting most of the file parsing into db services since it should be done once
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
using Dapper.Contrib.Extensions;
|
||||
|
||||
namespace fxl.codes.kisekae.Entities
|
||||
{
|
||||
[Table("palette")]
|
||||
public class PaletteDto : IKisekaeFile, IKisekaeParseable
|
||||
{
|
||||
public int Id { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user