This website works better with JavaScript
Home
Explore
Help
Sign In
dvotruba
/
bo
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
cd97259fd9
Branches
Tags
0.0.1
0.0.2
Prerelease
Production
ntb
bo
/
AppServer
/
Metadata
/
Enums
/
IdentificationTypeEnum.cs
IdentificationTypeEnum.cs
121 B
History
Raw
1
2
3
4
5
6
7
8
namespace BO.AppServer.Metadata.Enums
{
public enum IdentificationTypeEnum
{
Id,
Name
}
}