C# Class Prototype.Service.Data.EntityMapper

Mostrar archivo Open project: radicalgeek/SampleMicroservice

Public Methods

Method Description
MapMessageToEntities ( dynamic message ) : List

Map dynamic bus message to SampleEntity ready for storage

Method Details

MapMessageToEntities() public static method

Map dynamic bus message to SampleEntity ready for storage
public static MapMessageToEntities ( dynamic message ) : List
message dynamic The dynamic message from the bus containing the details of the item to be mapped
return List