Skip to content

Instantly share code, notes, and snippets.

@glennblock
Created January 8, 2012 07:05
Show Gist options
  • Save glennblock/1577547 to your computer and use it in GitHub Desktop.
Save glennblock/1577547 to your computer and use it in GitHub Desktop.
Web Api - Uri service
public interface IUriService {
string OrdersBaseUri {get;}
string InventoryBaseUri {get;set;}
string UspsBaseUri {get;set;}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment