Решённая ошибка
This commit is contained in:
parent
f58a583b13
commit
67f727f40d
@ -183,7 +183,6 @@ namespace PlumbingRepairBusinessLogic.BusinessLogics
|
||||
{
|
||||
return _storeStorage.SellWork(work, quantity);
|
||||
}
|
||||
|
||||
public bool Update(StoreBindingModel model)
|
||||
{
|
||||
CheckModel(model, false);
|
||||
|
@ -12,7 +12,6 @@ namespace PlumbingRepairContracts.ViewModels
|
||||
{
|
||||
public Dictionary<int, (IWorkModel, int)> StoreWorks { get; set; } = new();
|
||||
public int Id { get; set; }
|
||||
|
||||
[DisplayName("Название магазина")]
|
||||
public string StoreName { get; set; } = string.Empty;
|
||||
[DisplayName("Адрес магазина")]
|
||||
|
Loading…
Reference in New Issue
Block a user