Skip to content

Instantly share code, notes, and snippets.

@trnktms
Last active February 15, 2018 10:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trnktms/c02d0eaafbcfe3077bb4f6f726ade3de to your computer and use it in GitHub Desktop.
Save trnktms/c02d0eaafbcfe3077bb4f6f726ade3de to your computer and use it in GitHub Desktop.
namespace Helix.Skeleton.Foundation.EditorExtensions.Models.CopyPage
{
public class Parameters : IParameters
{
public string Database { get; set; }
public string ItemId { get; set; }
public string Language { get; set; }
public string DestinationId { get; set; }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment