Ejemplo n.º 1
0
 public OrganizationService(ICrmOrganizationContext organizationContext,
                            IMapper mapper,
                            INotify <GearRole> notify,
                            IOrganizationAddressService addressService)
 {
     _organizationContext = organizationContext;
     _mapper         = mapper;
     _notify         = notify;
     _addressService = addressService;
 }
Ejemplo n.º 2
0
 public OrganizationAddressesController(IOrganizationAddressService addressService)
 {
     _addressService = addressService;
 }