Exemplo n.º 1
0
 public IEntityTranslateFactory <TInput, TSchema> GetTranslateFactory <TResult, TInput>(IEntityTranslateSpecification <TResult, TInput, TSchema> specification)
     where TResult : TSchema
     where TInput : TSchema
 {
     return(new EntityTranslateFactory <TResult, TInput, TSchema>(specification));
 }
Exemplo n.º 2
0
 public Hl7EntityTranslateFactory(IEntityTranslateSpecification <TResult, TInput, TSchema> specification)
 {
     _specification = specification;
 }