コード例 #1
0
 public ThingamabobController(IThingamabobRepository repository)
 {
     _Repository = repository;
 }
コード例 #2
0
 public ThingamabobController(IThingamabobRepository repository)
 {
     _Repository = repository;
 }