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
/
AnalyticType.cs
blob: 0ec8b6b0b4ae37a9b4c73d8b9469e20f382447fe (
plain
) (
blame
)
1
2
3
4
5
6
7
namespace
VSH.Data.Enums
;
public
enum
AnalyticType
{
PAGE_LOAD
,
ERROR
}