мелкое добавление.юбилейный коммит

This commit is contained in:
Allllen4a 2024-05-01 10:24:21 +04:00
parent 9899f2655e
commit d2940f2486

View File

@ -126,6 +126,7 @@ namespace BeautySalonDatabaseImplement.Implements
context.SaveChanges();
order.UpdateServices(context, model);
order.UpdateProcedures(context, model);
order.UpdateCosmetics(context, model);
transaction.Commit();
return order.GetViewModel;
}