コード例 #1
0
ファイル: testSingleton.cs プロジェクト: Yogso92/R8It
        public testSingleton()
        {
            CategoryRepository service = DALService.GetService <CategoryRepository>();

            Console.WriteLine("building testsingleton");
        }