Exemplo n.º 1
0
        private int GetGridTotal()
        {
            int total = m_FTISService.GetGreenFactoryClassCount(m_Conditions);

            return(total);
        }