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