public OrganizationService(ICrmOrganizationContext organizationContext,
                            IMapper mapper,
                            INotify <GearRole> notify,
                            IOrganizationAddressService addressService)
 {
     _organizationContext = organizationContext;
     _mapper         = mapper;
     _notify         = notify;
     _addressService = addressService;
 }
예제 #2
0
 public OrganizationAddressesController(IOrganizationAddressService addressService)
 {
     _addressService = addressService;
 }