Making sure it uses Microsoft Code Convention
This commit is contained in:
@@ -2,7 +2,7 @@ namespace OOP.Payment
|
||||
{
|
||||
public class GenericPayment
|
||||
{
|
||||
public int amount { get; set; }
|
||||
public int Amount { get; set; }
|
||||
public string Currency { get; set; }
|
||||
|
||||
public virtual void ProcessPayment()
|
||||
|
||||
Reference in New Issue
Block a user