Interface ITableDtoMapper
- All Known Implementing Classes:
TableDtoMapper
public interface ITableDtoMapper
- Author:
- Silvan Wyss
-
Method Summary
-
Method Details
-
mapTableToTableDto
- Parameters:
table-- Returns:
- a new
TableDtofrom the given table. - Throws:
RuntimeException- if the given table is null.
-