Skip to content

Instantly share code, notes, and snippets.

@jdeoliveira
Created July 1, 2012 00:45
Show Gist options
  • Save jdeoliveira/3026248 to your computer and use it in GitHub Desktop.
Save jdeoliveira/3026248 to your computer and use it in GitHub Desktop.
WCF retail order service interface
[ServiceContract]
public interface IWCFRetailService
{
[OperationContract]
string CreateOrder(Order order);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment