Convert to db so I don't have to parse files all the time
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace fxl.codes.kisekae.Entities
|
||||
{
|
||||
public class Kisekae
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public string Name { get; set; }
|
||||
public string Filename { get; set; }
|
||||
public string Checksum { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user