PIbd-22. Stroev V.M. Lab Work Hard 02 #9

Closed
StroevVladimir wants to merge 8 commits from Lab2_Hard into Lab1_Hard
2 changed files with 0 additions and 2 deletions
Showing only changes of commit 67f727f40d - Show all commits

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