Правки
This commit is contained in:
@@ -14,8 +14,6 @@ namespace ServiceStationContracts.BindingModels
|
||||
|
||||
public string DefectType { get; set; } = string.Empty;
|
||||
|
||||
public Status DefectStatus { get; set; } = Status.Неизвестен;
|
||||
|
||||
public double DefectPrice { get; set; }
|
||||
|
||||
public int ExecutorId { get; set; }
|
||||
|
||||
@@ -15,8 +15,7 @@ namespace ServiceStationContracts.ViewModels
|
||||
|
||||
[DisplayName("Тип неисправности")]
|
||||
public string DefectType { get; set; } = string.Empty;
|
||||
[DisplayName("Статус неисправности")] //?
|
||||
public Status DefectStatus { get; set; } = Status.Неизвестен;
|
||||
|
||||
[DisplayName("Цена неисправности")]
|
||||
public double DefectPrice { get; set; }
|
||||
|
||||
|
||||
@@ -10,7 +10,6 @@ namespace ServiceStationDataModels.Models
|
||||
public interface IDefectModel : IId
|
||||
{
|
||||
string DefectType { get; }
|
||||
Status DefectStatus { get; }
|
||||
double DefectPrice { get; }
|
||||
int ExecutorId { get; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user