mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-17 21:44:48 -04:00
added marr.datamapper source code for easy debugging.
This commit is contained in:
19
Marr.Data/QGen/QueryQueueItem.cs
Normal file
19
Marr.Data/QGen/QueryQueueItem.cs
Normal file
@@ -0,0 +1,19 @@
|
||||
//using System;
|
||||
//using System.Collections.Generic;
|
||||
//using System.Linq;
|
||||
//using System.Text;
|
||||
|
||||
//namespace Marr.Data.QGen
|
||||
//{
|
||||
// public class QueryQueueItem
|
||||
// {
|
||||
// public QueryQueueItem(string queryText, IEnumerable<string> entitiesToLoad)
|
||||
// {
|
||||
// QueryText = queryText;
|
||||
// EntitiesToLoad = entitiesToLoad;
|
||||
// }
|
||||
|
||||
// public string QueryText { get; set; }
|
||||
// public IEnumerable<string> EntitiesToLoad { get; private set; }
|
||||
// }
|
||||
//}
|
||||
Reference in New Issue
Block a user