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;