This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
mohsen
/
sevomin
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
134
Commits
2
Branches
42 MiB
C#
48.7%
HTML
33.8%
CSS
14.3%
JavaScript
3.2%
Tree:
b6034acf2d
confirmation-email
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'b6034acf2d'
${ noResults }
sevomin
/
Sevomin.Models
/
Enums
/
ParameterType.cs
9 lines
143 B
Raw
Blame
History
namespace
Sevomin.Models.Enums
{
public
enum
ParameterType
{
Text
=
0
,
Numeric
=
1
,
Date
=
2
}
}