Merge branch 'LabWork03' into LabWork04

This commit is contained in:
2024-04-07 22:27:56 +04:00

View File

@@ -42,11 +42,8 @@ where T : class
{
return _collection[position];
}
else
{
return null;
}
return null;
}
public int Insert(T obj)