Решённая ошибка

This commit is contained in:
DyCTaTOR 2024-05-06 00:08:23 +04:00
parent f58a583b13
commit 67f727f40d
2 changed files with 0 additions and 2 deletions

View File

@ -183,7 +183,6 @@ namespace PlumbingRepairBusinessLogic.BusinessLogics
{
return _storeStorage.SellWork(work, quantity);
}
public bool Update(StoreBindingModel model)
{
CheckModel(model, false);

View File

@ -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("Адрес магазина")]