Skip to content

Adding CosmosStore class in order to use CosmosFacade as singleton

harshit aggarwal requested to merge haaggarw/ind/7627085 into master

The CosmosStore class contains the same logic as CosmosFacade just the public methods are not static in order to use this class as singleton.

Added the unit tests for the same. Marked the package version as v0.0.10

Follow Up Actions:

  1. Will raise PR's to update the current consumers of CosmosFacade (Entitlement and Legal) to use the new class.
  2. Will raise PR to delete the CosmosFacade class.

WIT-7627085

Edited by Chad Leong

Merge request reports