Example #1
0
 public IEnumerable <Project> GetProjectsByIds(IEnumerable <string> ids)
 {
     return(_localProjectRepository.GetProjectsByIds(ids));
 }