fixes and renaming
This commit is contained in:
parent
1751145be8
commit
0965caaf40
8 changed files with 29 additions and 28 deletions
|
|
@ -3,7 +3,7 @@ using System.ComponentModel.DataAnnotations;
|
|||
|
||||
namespace Yavsc.Models.Musical.Profiles
|
||||
{
|
||||
public class GeneralSettings : IUserSettings
|
||||
public class MusicLoverSettings : IUserSettings
|
||||
{
|
||||
public virtual List<MusicalPreference> SoundColor { get; set; }
|
||||
[Key]
|
||||
Loading…
Add table
Add a link
Reference in a new issue