public TestDataService()
 {
     ContentService = new TestContentService();
     LogService     = new TestLogService();
     MediaService   = new TestMediaService();
 }
예제 #2
0
			public TestDataService()
			{
				ContentService = new TestContentService();
				LogService = new TestLogService();
				MediaService = new TestMediaService();
			}