mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Optimize view of machine families admin page.
This commit is contained in:
9
cicm_web/Areas/Admin/Models/MachineFamilyViewModel.cs
Normal file
9
cicm_web/Areas/Admin/Models/MachineFamilyViewModel.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace cicm_web.Areas.Admin.Models
|
||||
{
|
||||
public class MachineFamilyViewModel
|
||||
{
|
||||
public string Company;
|
||||
public int Id;
|
||||
public string Name;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user