Example #1
0
 public IEnumerable <Project> GetProjects()
 {
     SyncProjectsWithRemote();
     return(_localProjectRepository.GetProjects());
 }