Files
point_of_sale/PointOfSale/Pos.Ui/Pos/Models/Enums.cs
Bjarne Pedersen 41e23b6184 Initial commit
Initial commit til Git.
V2 er deployed
2026-06-13 17:31:50 +02:00

9 lines
103 B
C#

namespace Pos.Models;
public enum PaymentMethod
{
Cash,
Card,
GiftCard,
MobilePay
}