コード例 #1
0
 public MutationsController(IMutationsService mutationService)
 {
     this.mutationService = mutationService;
 }
コード例 #2
0
ファイル: ImportService.cs プロジェクト: Heuts/Banksy
 public ImportService(BanksyContext context, IMutationsService mutationService)
 {
     this.context         = context;
     this.mutationService = mutationService;
 }