public static JsonRepository GetInstance()
        {
            if (instance == null)
            {
                instance = new JsonRepository();
            }

            return instance;
        }
Esempio n. 2
0
        public static JsonRepository GetInstance()
        {
            if (instance == null)
            {
                instance = new JsonRepository();
            }

            return(instance);
        }