Example #1
0
 public Project GetProjectByName(string name)
 {
     return(_localProjectRepository.GetProjectByName(name));
 }