Exemplo n.º 1
0
 public ManifestDownloader(IDestiny destiny)
 {
     _destiny = destiny;
 }
 public IPipeLine <T> SetDestiny(IDestiny destiny)
 {
     Destiny = destiny;
     Destiny.Validate();
     return(this);
 }