Example #1
0
 public MapperProtocolEntity()
 {
     _mapperCategory           = new MapperCategoryEntity();
     _mapperContainer          = new MapperContainerEntity();
     _mapperProtocolRoleEntity = new MapperProtocolRoleEntity();
     _mapperProtocolUserEntity = new MapperProtocolUserEntity();
 }
 public MapperDocumentSeriesEntity()
 {
     _mapperContainerEntity = new MapperContainerEntity();
 }