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