mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Add admin page for sound by machine.
This commit is contained in:
@@ -28,6 +28,8 @@
|
||||
// Copyright © 2003-2018 Natalia Portillo
|
||||
*******************************************************************************/
|
||||
|
||||
using System.ComponentModel;
|
||||
|
||||
namespace Cicm.Database.Models
|
||||
{
|
||||
public class SoundByMachine
|
||||
@@ -37,6 +39,7 @@ namespace Cicm.Database.Models
|
||||
public long Id { get; set; }
|
||||
|
||||
public virtual Machine Machine { get; set; }
|
||||
[DisplayName("Sound synthetizer")]
|
||||
public virtual SoundSynth SoundSynth { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user