mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Allow to add and remove sound synthesizers from machine details in admin view.
This commit is contained in:
10
Marechai/ViewModels/SoundSynthByMachineViewModel.cs
Normal file
10
Marechai/ViewModels/SoundSynthByMachineViewModel.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace Marechai.ViewModels
|
||||
{
|
||||
public class SoundSynthByMachineViewModel : BaseViewModel<long>
|
||||
{
|
||||
public int SoundSynthId { get; set; }
|
||||
public int MachineId { get; set; }
|
||||
public string CompanyName { get; set; }
|
||||
public string Name { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user