Sales/Payment.cs
changeset 1 80c685d55d63
parent 0 cfa10fbf52b3
child 2 0907765a8b2e
equal deleted inserted replaced
0:cfa10fbf52b3 1:80c685d55d63
    13 
    13 
    14 namespace Sales
    14 namespace Sales
    15 {
    15 {
    16     class Payment
    16     class Payment
    17     {
    17     {
    18         public enum PaymentType { NOW, WEEK, MONTH };
    18         public enum PaymentType { NOW, WEEK, MONTH, LATER };
    19     }
    19     }
    20 }
    20 }