DataStoreLib.Models.UserFavoriteEntity.GetKey C# (CSharp) Method

GetKey() public method

public GetKey ( ) : string
return string
        public override string GetKey()
        {
            return this.UserFavoriteId;
        }