Exemple #1
0
        internal List <dynamic> ReadCollection(string LngIsoCode, string SbjCode, string PrcCode)
        {
            Cube_ADO cAdo = new Cube_ADO(ado);

            if (Int32.TryParse(SbjCode, out int sbjInt))
            {
                return(cAdo.ReadCollection(LngIsoCode, default, sbjInt, PrcCode));
Exemple #2
0
        internal List <dynamic> ReadCollection(string LngIsoCode, string PrcCode)
        {
            Cube_ADO cAdo = new Cube_ADO(ado);

            return(cAdo.ReadCollection(LngIsoCode, default(DateTime), PrcCode));
        }