Move query result classes to QueryOutput namespace
BodyQueryResult and HeaderQueryResult were relocated from ReC.Domain.Entities to ReC.Domain.QueryOutput. Updated all references in IRecDbContext and RecDbContext to use the new namespace.
This commit is contained in:
6
src/ReC.Domain/QueryOutput/HeaderQueryResult.cs
Normal file
6
src/ReC.Domain/QueryOutput/HeaderQueryResult.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace ReC.Domain.QueryOutput;
|
||||
|
||||
public class HeaderQueryResult
|
||||
{
|
||||
public string? RawHeader { get; init; }
|
||||
}
|
||||
Reference in New Issue
Block a user