Exemplo n.º 1
0
 public MutationsService(BanksyContext context, IMapper mapper)
 {
     this.context = context;
     this.mapper  = mapper;
 }
Exemplo n.º 2
0
 public ImportService(BanksyContext context, IMutationsService mutationService)
 {
     this.context         = context;
     this.mutationService = mutationService;
 }