samagra-comms / adapter

2 stars 23 forks source link

Remove manual instance creation of NetcoreWhatsappAdapter #33

Closed chinmoy12c closed 1 year ago

chinmoy12c commented 1 year ago

Manual instance creation leads to tight coupling and makes testing difficult, we need to remove this manual instance creation and let spring boot handle the instance as a bean.

Part of #30