Skip to content

Instantly share code, notes, and snippets.

@lukasz-pyrzyk
Created April 8, 2016 13:54
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 lukasz-pyrzyk/974652aa1937554dd7ffe573082cda0e to your computer and use it in GitHub Desktop.
Save lukasz-pyrzyk/974652aa1937554dd7ffe573082cda0e to your computer and use it in GitHub Desktop.
[ProtoContract]
[ProtoInclude(500, typeof(InsertRequest))]
public abstract class Request
{
public virtual RequestType RequestType { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment