Exemplo n.º 1
0
 public void AddUser(IDriverDB driver, int idUser)
 {
     driver.AddUserToProject(idUser, this.Id);
 }