Skip to main content
17-Peridot
March 1, 2022
Solved

how to call only one function out of 10 from another new service

  • March 1, 2022
  • 1 reply
  • 846 views

If I wrote 10 functions in one service, how to call only one function out of 10 from another new service ?

Best answer by PaiChung

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.

1 reply

PaiChung22-Sapphire IAnswer
22-Sapphire I
March 1, 2022

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.