Helpers Mongoid conversion + cleanup (#458)
* Start converting helper method ids to mongoids and remove underscore from injections... * Finish helper mongoIds
This commit is contained in:
@@ -392,8 +392,8 @@ public class RagfairController
|
||||
/// <returns>Array of offers</returns>
|
||||
protected List<RagfairOffer> GetOffersForSearchType(
|
||||
SearchRequestData searchRequest,
|
||||
List<string> itemsToAdd,
|
||||
Dictionary<string, TraderAssort> traderAssorts,
|
||||
List<MongoId> itemsToAdd,
|
||||
Dictionary<MongoId, TraderAssort> traderAssorts,
|
||||
PmcData pmcProfile
|
||||
)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user