Example #1
0
 public ThingamabobController(IThingamabobRepository repository)
 {
     _Repository = repository;
 }
 public ThingamabobController(IThingamabobRepository repository)
 {
     _Repository = repository;
 }