mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
8 lines
168 B
C#
8 lines
168 B
C#
namespace Marechai.ViewModels
|
|
{
|
|
public class MachineFamilyViewModel : BaseViewModel<int>
|
|
{
|
|
public string Company;
|
|
public string Name;
|
|
}
|
|
} |