From b74b626fe07a96e3b6a172214a8a4d557f5c7f79 Mon Sep 17 00:00:00 2001 From: NelaSnows Date: Fri, 18 Oct 2024 09:20:09 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20Data/Repository/GroupRepositoryImpl.cs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Data/Repository/GroupRepositoryImpl.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Data/Repository/GroupRepositoryImpl.cs b/Data/Repository/GroupRepositoryImpl.cs index cd5ade0..d854468 100644 --- a/Data/Repository/GroupRepositoryImpl.cs +++ b/Data/Repository/GroupRepositoryImpl.cs @@ -1,4 +1,3 @@ - using System; using System.Collections.Generic; using System.Linq; @@ -22,7 +21,7 @@ namespace Posechaemost.Data.Repository return groupLocal; } - public GroupLocalEntity? AddGroup(String name, String id) + public GroupLocalEntity? AddGroup(String name, String id) //не работает корректно { GroupLocalEntity? groupLocal = GetAllGroups().FirstOrDefault(); groupLocal.Name = name;