コード例 #1
0
 public FeaturedImageQuery(IFeaturedImageRepository repository)
 {
     Repository = repository;
 }
コード例 #2
0
 public SetFeaturedImageHandler(IFeaturedImageRepository repository)
 {
     Repository = repository;
 }