Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save contensis/10369cd0050da4d36c64 to your computer and use it in GitHub Desktop.
Save contensis/10369cd0050da4d36c64 to your computer and use it in GitHub Desktop.
namespace CustomNamespace {
public class MicrosoftDynamicsCRMController : ContensisFormsApiController
{
protected override HttpResponseMessage Post(NameValueCollection formValues)
{
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment