Ejemplo n.º 1
0
        public static TurmaService GetInstance()
        {
            if (_instance == null)
            {
                _instance = new TurmaService();
            }

            return(_instance);
        }