Skip to content

Instantly share code, notes, and snippets.

@Hameds
Created November 2, 2017 09:55
Show Gist options
  • Select an option

  • Save Hameds/27bfcc868ce8d049f1d2fdfead7d5ae3 to your computer and use it in GitHub Desktop.

Select an option

Save Hameds/27bfcc868ce8d049f1d2fdfead7d5ae3 to your computer and use it in GitHub Desktop.
public class OrderService
{
public object PlaceOrder(Guid customerId, ShoppingCart shoppingCart)
{
throw new NotImplementedException();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment