This commit is contained in:
@@ -112,6 +112,20 @@ namespace AyaNova.Models
|
||||
|
||||
}//eoc
|
||||
|
||||
|
||||
|
||||
//DTO object used when Customer posts a new unit of their own when using CSR form
|
||||
public class CustomerPostUnit
|
||||
{
|
||||
[Required]
|
||||
public string Serial { get; set; }
|
||||
[Required]
|
||||
public long CustomerId { get; set; }
|
||||
public long? UnitModelId { get; set; }
|
||||
public string Description { get; set; }
|
||||
}//eoc
|
||||
|
||||
|
||||
}//eons
|
||||
/*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user