Example #1
0
        public testSingleton()
        {
            CategoryRepository service = DALService.GetService <CategoryRepository>();

            Console.WriteLine("building testsingleton");
        }