Exemplo n.º 1
0
 public PasteSharpClient(string apiKey)
 {
     _apiKey       = apiKey;
     _pasteService = new PasteService();
 }
Exemplo n.º 2
0
 public PastesController(PasteService pasteService, IMapper mapper)
 {
     this.pasteService = pasteService;
     this.mapper       = mapper;
 }