This commit is contained in:
kdeng00
2021-12-22 21:33:12 -05:00
parent 922e527819
commit 8600d9b6bc
31 changed files with 495 additions and 1000 deletions
+2 -2
View File
@@ -6,7 +6,7 @@ namespace Icarus.Models
public class SongData
{
public int Id { get; set; }
public byte[] Data { get; set; }
public int SongId { get; set; }
public byte[] Data { get; set; }
public int SongId { get; set; }
}
}