Part 5 - Inheritance Example 1 (PaymentType)
protected PaymentType(int value, string name = null) : base(value, name) | |
{ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment