index
:
vinjesvingenhandel.no
master
From scratch web store in .NET
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
Data
/
Enums
/
PriceSuffix.cs
blob: c421cd21352eeef5fdd320c64f6192b091188a19 (
plain
) (
blame
)
1
2
3
4
5
6
7
namespace
VSH.Data.Enums
;
public
enum
PriceSuffix
{
PER
=
0
,
KILOS
=
1
}