コード例 #1
0
 public CelebrityIndustryHandler(ICelebrityIndustryContext hContext)
 {
     this.hContext = hContext;
 }
コード例 #2
0
 public CelebrityIndustryContract(ICelebrityIndustryContext context)
 {
     hContext = context;
 }