コード例 #1
0
 public InspirationSession NewSession()
 {
     return(new InspirationSession(_repoFactory.MakeAllRepositories(), _textAnalytics));
 }