mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Add code to upload machine photos as well as edit or view details about them.
This commit is contained in:
10
Marechai/ViewModels/MachinePhotoViewModel.cs
Normal file
10
Marechai/ViewModels/MachinePhotoViewModel.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
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; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user