Exemple #1
0
 /// <summary>
 /// Start importing from given external repositories.
 /// </summary>
 /// <param name="externalRepositoryIds"></param>
 /// <param name="userId">Id of the user who started the import</param>
 public virtual void ImportFromResources(IList <int> externalRepositoryIds, int userId)
 {
     m_importManager.ImportFromExternalRepositories(externalRepositoryIds, userId);
 }