index
:
gestor.git
master
A system to manage insurances
Lucas Faria Mendes
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Gestor.Model
/
Gestor.Model.Common
/
ValidationStates.cs
blob: b3647c8372413fcd3c9ff78649b9ffc205f75972 (
plain
)
1
2
3
4
5
6
7
8
namespace
Gestor.Model.Common
;
public
enum
ValidationStates
{
Ok
,
Error
,
Warning
}