Exemplo n.º 1
0
 internal void AddFunctions(IListPropertyFunctions functions) => functionsList.Add(functions);
Exemplo n.º 2
0
        static internal void AddFunctionGroup <TPoco, TPocoElement>(IListPropertyFunctions functions) where TPoco : PocoClass, new() where TPocoElement : PocoClass
        {
            var groupCache = CreateFuntionGroupCache <TPoco, TPocoElement>();

            groupCache.AddFunctions(functions);
        }