Removed some extra code that was not needed in parallelization code.
This commit is contained in:
parent
5ee27b5e7b
commit
7eb62376eb
7 changed files with 52 additions and 12 deletions
7
API/DTOs/SearchQueryDto.cs
Normal file
7
API/DTOs/SearchQueryDto.cs
Normal file
|
@ -0,0 +1,7 @@
|
|||
namespace API.DTOs
|
||||
{
|
||||
public class SearchQueryDto
|
||||
{
|
||||
|
||||
}
|
||||
}
|
7
API/DTOs/SearchResultDto.cs
Normal file
7
API/DTOs/SearchResultDto.cs
Normal file
|
@ -0,0 +1,7 @@
|
|||
namespace API.DTOs
|
||||
{
|
||||
public class SearchResultDto
|
||||
{
|
||||
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue