Skip to content

Instantly share code, notes, and snippets.

@yaplex
Created June 19, 2017 20:35
Show Gist options
  • Save yaplex/eb19e82876a29e0519896c4327dc1713 to your computer and use it in GitHub Desktop.
Save yaplex/eb19e82876a29e0519896c4327dc1713 to your computer and use it in GitHub Desktop.
[OperationContract]
public string DoWork(string userName)
{
// Add your operation implementation here
return "Hello " + userName;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment