Exemplo n.º 1
0
 public PackageObtainerImpl(string user, string password, IPackageCacher cacher)
 {
     this.user     = user;
     this.password = password;
     this.cacher   = cacher;
 }
Exemplo n.º 2
0
 public PackageObtainerImpl(string user, string password, IPackageCacher cacher)
 {
     this.user = user;
     this.password = password;
     this.cacher = cacher;
 }