Example #1
0
 public Project GetProjectByKey(string key)
 {
     return(_localProjectRepository.GetProjectByKey(key));
 }