Ejemplo n.º 1
0
 public ClientFactory(
     Func <Type, IPerimeter> epcFactory,
     Func <string, string, T> serviceFactory,
     Func <string, string, IEndPointValidator> validatorFactory,
     EndPointCache endPointCache,
     EndPointContext endPointContext,
     Action <string> logger) : base(epcFactory, serviceFactory, validatorFactory, endPointCache, endPointContext, logger)
 {
 }