Ejemplo n.º 1
0
 public TorrentService(ImageService imageSerice, DocumentsService documentService)
 {
     this._imageService    = imageSerice;
     this._documentService = documentService;
 }
Ejemplo n.º 2
0
 public TorrentService()
 {
     this._imageService    = new ImageService();
     this._documentService = new DocumentsService();
 }