Exemplo n.º 1
0
 public MapperProtocolEntity()
 {
     _mapperCategory           = new MapperCategoryEntity();
     _mapperContainer          = new MapperContainerEntity();
     _mapperProtocolRoleEntity = new MapperProtocolRoleEntity();
     _mapperProtocolUserEntity = new MapperProtocolUserEntity();
 }
Exemplo n.º 2
0
 public MapperDocumentSeriesItemEntity()
 {
     _mapperCategoryEntity               = new MapperCategoryEntity();
     _mapperDocumentSeriesEntity         = new MapperDocumentSeriesEntity();
     _mapperDocumentSeriesItemRoleEntity = new MapperDocumentSeriesItemRoleEntity();
 }