コード例 #1
0
 public TestController(IDataGentRepoAsync dataGentRepoAsync)
 {
     this._dataGentRepoAsync = dataGentRepoAsync;
 }
コード例 #2
0
 public DataGentService(IDataGentRepoAsync dataGentRepoAsync)
 {
     _dataGentRepoAsync = dataGentRepoAsync;
 }