mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Move all database logic in machine view out of the view into the controller.
This commit is contained in:
11
Marechai/ViewModels/StorageViewModel.cs
Normal file
11
Marechai/ViewModels/StorageViewModel.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using Marechai.Database;
|
||||
|
||||
namespace Marechai.ViewModels
|
||||
{
|
||||
public class StorageViewModel
|
||||
{
|
||||
public StorageType Type { get; set; }
|
||||
public StorageInterface Interface { get; set; }
|
||||
public long? Capacity { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user