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

            return(instance);
        }