Exemplo n.º 1
0
 public ArchitectHandler()
 {
     this.architectRepository = new ArchitectRepository();
 }
Exemplo n.º 2
0
 //this constructor is required for testing
 public ArchitectController(IArchitectRepository respository)
 {
     m_Repository = respository;
 }