mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
9 lines
178 B
C#
9 lines
178 B
C#
namespace cicm_web.Areas.Admin.Models
|
|
{
|
|
public class MachineFamilyViewModel
|
|
{
|
|
public string Company;
|
|
public int Id;
|
|
public string Name;
|
|
}
|
|
} |