Exemplo n.º 1
0
 public ZephyrEntExportManager(ZephyrEntRepository zephyrEntRepository)
 {
     this.zephyrEntRepository = zephyrEntRepository;
     projectId = Convert.ToInt32(ALMCore.DefaultAlmConfig.ALMProjectKey);
 }
Exemplo n.º 2
0
 public ZephyrEntImportManager(ZephyrEntRepository zephyrEntRepository)
 {
     this.zephyrEntRepository = zephyrEntRepository;
 }