public ContactAttributeService(
     MPInterfaces.IContactAttributeService mpContactAttributeService,
     IAttributeService attributeService,
     MPInterfaces.IApiUserService apiUserService,
     MPInterfaces.IAttributeService mpAttributeService)
 {
     _mpContactAttributeService = mpContactAttributeService;
     _attributeService = attributeService;
     _apiUserService = apiUserService;
     _mpAttributeService = mpAttributeService;
 }
Esempio n. 2
0
 public AttributeService(MPInterfaces.IAttributeService attributeService)
 {
     _attributeService = attributeService;
 }