Koscheev.M. S. Lab work 6 Hard #15

Closed
1maksim1 wants to merge 4 commits from Lab6_Hard into Lab5_Hard
Showing only changes of commit 5f806089cc - Show all commits

View File

@ -94,6 +94,7 @@ namespace SoftwareInstallationBusinessLogic.BusinessLogics
public bool TakeOrderInWork(OrderBindingModel model)
{
if(_finished) return false;
return SetOrderStatus(model, OrderStatus.Выполняется);
}
private bool CheckModel(OrderBindingModel model)