mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Move machine families admin index to Blazor.
This commit is contained in:
8
Marechai/ViewModels/MachineFamilyViewModel.cs
Normal file
8
Marechai/ViewModels/MachineFamilyViewModel.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Marechai.ViewModels
|
||||
{
|
||||
public class MachineFamilyViewModel : BaseViewModel<int>
|
||||
{
|
||||
public string Company;
|
||||
public string Name;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user