Converting to EF, need to work on TS
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace fxl.codes.kisekae.Entities
|
||||
{
|
||||
public class PaletteColor
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public Palette Palette { get; set; }
|
||||
public int Group { get; set; }
|
||||
public string Hex { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user