コード例 #1
0
 /**
  * Model Manager manages the construction of the Model Object.
  * @param repoHttpClient takes a  RepoWebClientInterface connected to an API service
  */
 internal ModelManager(RepoWebClientInterface repoHttpClient)
 {
     this.repoHttpClient = repoHttpClient;
 }