mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
10 lines
325 B
C#
10 lines
325 B
C#
namespace Marechai.ViewModels
|
|
{
|
|
public class MachinePhotoViewModel : BasePhotoViewModel
|
|
{
|
|
public string Source { get; set; }
|
|
public string MachineName { get; set; }
|
|
public string MachineCompanyName { get; set; }
|
|
public int MachineId { get; set; }
|
|
}
|
|
} |