Я ДАУН^2
This commit is contained in:
parent
f806775b7b
commit
c77c0dfae6
@ -67,7 +67,7 @@ namespace ConfectioneryListImplement
|
||||
public ClientViewModel? Insert(ClientBindingModel model)
|
||||
{
|
||||
model.Id = 1;
|
||||
foreach (var client in _source.Components)
|
||||
foreach (var client in _source.Clients)
|
||||
{
|
||||
if (model.Id <= client.Id)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user