init
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using Kreta.Framework.Caching;
|
||||
using Kreta.Framework.Util;
|
||||
|
||||
namespace Kreta.Ellenorzo.BL.VN.Adatszotar
|
||||
{
|
||||
internal static class AdatszotarSubqueries
|
||||
{
|
||||
internal static Dictionary<int, DictionaryItem> GetTipusByIdDictionary(int tipusId, int tanevId)
|
||||
=> tipusId.GetItemsByType(tanevId).ToDictionary(x => x.Id, x => x);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user