This website works better with JavaScript.
Home
Help
Sign In
Teknikode
/
Teknik
Watch
3
Star
18
Fork
4
Code
Issues
39
Pull Requests
0
Releases
3
Wiki
Activity
The next generation of the Teknik Services. Written in ASP.NET.
https://www.teknik.io/
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.
714
Commits
2
Branches
Tree:
0c9012524d
core
master
3.0.0
2.0.6
2.0.3
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '0c9012524d'
${ noResults }
Teknik
/
Utilities
/
AccountType.cs
AccountType.cs
110B
Raw
Blame
History
1
2
3
4
5
6
7
8
namespace Teknik.Utilities
{
public enum AccountType
{
Basic = 0,
Premium = 1
}
}