Skip to content

Instantly share code, notes, and snippets.

@djiwandou
Last active October 11, 2019 06:55
Show Gist options
  • Select an option

  • Save djiwandou/ae78d3db7813c3c5d5c4db1cee868d4b to your computer and use it in GitHub Desktop.

Select an option

Save djiwandou/ae78d3db7813c3c5d5c4db1cee868d4b to your computer and use it in GitHub Desktop.
public class Registration
{
public void Create(double amount, Student student, IEnumerable<Course> courses,
decimal credits)
{
// do work
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment