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