Пример #1
0
 public ZephyrEntExportManager(ZephyrEntRepository zephyrEntRepository)
 {
     this.zephyrEntRepository = zephyrEntRepository;
     projectId = Convert.ToInt32(ALMCore.DefaultAlmConfig.ALMProjectKey);
 }
Пример #2
0
 public ZephyrEntImportManager(ZephyrEntRepository zephyrEntRepository)
 {
     this.zephyrEntRepository = zephyrEntRepository;
 }