Ejemplo n.º 1
0
 public IList <Project> AllProjects()
 {
     // this will likely get cached down the road but use All for now
     return(_projectRepository.AllProjects());
 }