Example #1
0
 public PackageObtainerImpl(string user, string password, IPackageCacher cacher)
 {
     this.user     = user;
     this.password = password;
     this.cacher   = cacher;
 }
Example #2
0
 public PackageObtainerImpl(string user, string password, IPackageCacher cacher)
 {
     this.user = user;
     this.password = password;
     this.cacher = cacher;
 }