Skip to content

Instantly share code, notes, and snippets.

@smallgeek
Created August 26, 2012 06:49
Show Gist options
  • Select an option

  • Save smallgeek/3475236 to your computer and use it in GitHub Desktop.

Select an option

Save smallgeek/3475236 to your computer and use it in GitHub Desktop.
NaturalSpec_Tutorial_4_1
namespace CarSellingLib
{
public interface IDealer
{
Car SellCar(int amount);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment