Class DomainDataMediatorImpl
Namespace: Mars.Core.Data
Assembly: Mars.Core.dll
Syntax
public class DomainDataMediatorImpl : object
Methods
Read<T>(IEnumerable<Input>)
Declaration
public IEnumerable<T> Read<T>(IEnumerable<Input> sources)
where T : new()
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<Input> | sources |
Returns
Type | Description |
---|---|
IEnumerable<T> |
Type Parameters
Name | Description |
---|---|
T |