If I wrote 10 functions in one service, how to call only one function out of 10 from another new service ?
Solved! Go to Solution.
If you did something like this, I would just create 10 services vs. 10 functions in one service.
However you could do it by passing in an input parameter.
If you did something like this, I would just create 10 services vs. 10 functions in one service.
However you could do it by passing in an input parameter.