mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-30 09:45:32 +00:00
Initial replacement of old repository.
This commit is contained in:
15
Test/SearchResults.cs
Normal file
15
Test/SearchResults.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Collections.Immutable;
|
||||
using HaDocument.Models;
|
||||
|
||||
namespace Test {
|
||||
class SearchResults {
|
||||
List<SearchResult> ResultList { get; }
|
||||
|
||||
}
|
||||
|
||||
class SearchResult {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user