Ejemplo n.º 1
0
 public AccountManager(IWebDriveAccountFactory webDriveAccountFactory)
 {
     this.webDriveAccountFactory = webDriveAccountFactory;
     this.accounts = new List <IWebDriveAccount>();
 }
Ejemplo n.º 2
0
 public AccountManager(IWebDriveAccountFactory webDriveAccountFactory)
 {
     this.webDriveAccountFactory = webDriveAccountFactory;
     this.accounts = new List<IWebDriveAccount>();
 }