Refactoring and cleanup

This commit is contained in:
amazing-username
2019-04-14 18:53:04 +00:00
parent ed6ae7e3dd
commit c9b1abdbdb
10 changed files with 596 additions and 423 deletions
+3
View File
@@ -6,6 +6,9 @@ namespace Icarus.Models
{
public class Song
{
[JsonIgnore]
private MusicStoreContext _context;
[JsonProperty("id")]
public int Id { get; set; }
[JsonProperty("title")]