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:
cbd11149f5
Branches
Tags
0.0.1
0.0.2
Prerelease
Production
ntb
bo
/
AppServer
/
Metadata
/
Dto
/
EmptyDto.cs
EmptyDto.cs
93 B
History
Raw
1
2
3
4
5
6
namespace BO.AppServer.Metadata.Dto
{
public class EmptyDto : Dto
{
}
}