Skip to content

Instantly share code, notes, and snippets.

@jasmarc
Created July 31, 2010 17:08
Show Gist options
  • Save jasmarc/502381 to your computer and use it in GitHub Desktop.
Save jasmarc/502381 to your computer and use it in GitHub Desktop.
using Put.Usings.Here;
namespace Your.Namespace.Here
{
public class CommonPolicyDeclaration
{
public string Description { get; set; }
public int StatusCode { get; set; }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment