예제 #1
0
 public ZephyrEntCore()
 {
     zephyrEntRepository = new Zepyhr_Ent_Repository_Std.ZephyrEntRepositoryStd(new LoginDTO()
     {
         User      = ALMCore.DefaultAlmConfig.ALMUserName,
         Password  = ALMCore.DefaultAlmConfig.ALMPassword,
         AuthToken = ALMCore.DefaultAlmConfig.ALMPassword,
         Server    = ALMCore.DefaultAlmConfig.ALMServerURL
     });
     zephyrEntExportManager = new ZephyrEntExportManager(zephyrEntRepository);
     zephyrEntImportManager = new ZephyrEntImportManager(zephyrEntRepository);
 }