Exemplo n.º 1
0
        IFavorite IFavorite.Copy()
        {
            DbFavorite copy = Factory.CreateFavorite(this.groups, this.credentials, this.Details.Dispatcher);

            copy.UpdateFrom(this);
            return(copy);
        }