Exemplo n.º 1
0
 public IEnumerable <Project> GetProjects()
 {
     SyncProjectsWithRemote();
     return(_localProjectRepository.GetProjects());
 }