dynamic query support.
This commit is contained in:
@@ -11,5 +11,6 @@ namespace PoweredSoft.CQRS.Abstractions.Discovery
|
||||
Type QueryType { get; }
|
||||
Type ServiceType { get; }
|
||||
Type QueryResultType { get; }
|
||||
string Category { get; }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -27,5 +27,6 @@ namespace PoweredSoft.CQRS.Abstractions.Discovery
|
||||
public virtual Type QueryType { get; }
|
||||
public virtual Type ServiceType { get; }
|
||||
public virtual Type QueryResultType { get; }
|
||||
public virtual string Category => "BasicQuery";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user