EmailHttpServiceV1 constructor

EmailHttpServiceV1()

Implementation

EmailHttpServiceV1() : super('v1/email') {
  dependencyResolver.put('controller',
      Descriptor('pip-services-email', 'controller', 'default', '*', '1.0'));
}