Exemplo n.º 1
0
        // private static ResourceHolder NewResourceHolder(TResourceObject r) => new ResourceHolder(r);

        public IEnumerable <Action <TInterestedHoldingParty> > GetLiveKeyListOfAsks() =>
        AllResourceHoldersThisCache.GetLiveKeys().Select(x => new Action <TInterestedHoldingParty>(x.AddKeyIfValueAvailable));
Exemplo n.º 2
0
 public TMechanicalResourceKey[] GetAllMechanicalResourcesBehindThisResult() => AllComponentMechanicalsThisResource.GetLiveKeys();