public GetProjectsController()
 {
     this.sRepo = new ProjectRepository();
 }
Exemplo n.º 2
0
 public ProjectController()
 {
     this.pRepo = new ProjectRepository();
 }