public HumanInfoPartPositionManager(IHumanInfoPartPositionStore humanInfoPartPostionStore, IHumanInfoStore humanInfoStore, IHumanInfoChangeStore humanInfoChangeStore, PermissionExpansionManager permissionExpansionManager, IMapper mapper, RestClient restClient) { Store = humanInfoPartPostionStore; _permissionExpansionManager = permissionExpansionManager; _humanInfoStore = humanInfoStore; _restClient = restClient; _humanInfoChangeStore = humanInfoChangeStore; _mapper = mapper; }
public HumanInfoChangeManager(IHumanInfoChangeStore humanInfoChangeStore, IMapper mapper) { Store = humanInfoChangeStore; _mapper = mapper; }