Exemplo n.º 1
0
 public AppComponentController()
 {
     _objAppComponentRepository   = new ApplicationComponentRepository();
     _objInputLocationRepository  = new ComponentInputLocationRepository();
     _objOutputLocationRepository = new ComponentOutputLocationRepository();
 }
Exemplo n.º 2
0
 public ComponentController()
 {
     _objComponentRepository            = new ComponentRepository();
     _objTriggerandStatusFileRepository = new TriggerandStatusFilesRepository();
     _objApplicationComponentRepository = new ApplicationComponentRepository();
 }