Last active
October 11, 2019 06:55
-
-
Save djiwandou/ae78d3db7813c3c5d5c4db1cee868d4b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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