Изменения типов данных
This commit is contained in:
parent
46b1357fa3
commit
27b3d0c77f
@ -9,7 +9,7 @@ namespace CarCenterDataModels.Models
|
||||
public interface IEquipmentModel : IId
|
||||
{
|
||||
string EquipmentName { get; }
|
||||
string EquipmentDate { get; }
|
||||
double EquipmentPrice { get; }
|
||||
int AdministratorId { get; }
|
||||
int? PreSaleWorkId { get; }
|
||||
public Dictionary<int, ICarModel> EquipmentCars { get; }
|
||||
|
@ -9,7 +9,7 @@ namespace CarCenterDataModels.Models
|
||||
public interface IInspectionModel : IId
|
||||
{
|
||||
string InspectionName { get; }
|
||||
string InspectionDate { get; }
|
||||
DateTime InspectionDate { get; }
|
||||
int AdministratorId { get; }
|
||||
int? EmployeeId { get; }
|
||||
public Dictionary<int, ICarModel> InspectionCars { get; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user