File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1- // Copyright (C) 2008-2020 Xtensive LLC.
1+ // Copyright (C) 2008-2021 Xtensive LLC.
22// This code is distributed under MIT license terms.
33// See the License.txt file in the project root for more information.
44// Created by: Alex Yakunin
1414using System . Threading . Tasks ;
1515using Xtensive . Collections ;
1616using Xtensive . Collections . Graphs ;
17- using Xtensive . Orm . Internals ;
17+ using Xtensive . Orm ;
1818
1919
2020namespace Xtensive . Core
Original file line number Diff line number Diff line change 1- // Copyright (C) 2009-2020 Xtensive LLC.
1+ // Copyright (C) 2009-2021 Xtensive LLC.
22// This code is distributed under MIT license terms.
33// See the License.txt file in the project root for more information.
44// Created by: Alexander Nikolaev
1010using System . Threading ;
1111using System . Threading . Tasks ;
1212using Xtensive . Core ;
13+ using Xtensive . Orm . Internals ;
1314using Xtensive . Orm . Linq ;
1415
15- namespace Xtensive . Orm . Internals
16+ namespace Xtensive . Orm
1617{
1718 /// <summary>
1819 /// Represents a delayed sequence query (query where result can be enumerated after an execution).
You can’t perform that action at this time.
0 commit comments