public function __construct(\Magento\Framework\ObjectManagerInterface $manObj, \Magento\Framework\App\ResourceConnection $resource, \Praxigento\Core\Repo\IGeneric $repoGeneric)
 {
     parent::__construct($resource, $repoGeneric, Entity::class);
     $this->_manObj = $manObj;
 }
 public function __construct(\Magento\Framework\App\ResourceConnection $resource, \Praxigento\Core\Repo\IGeneric $repoGeneric)
 {
     parent::__construct($resource, $repoGeneric, Entity::class);
 }
 public function __construct(\Magento\Framework\App\ResourceConnection $resource, \Praxigento\Core\Repo\IGeneric $repoGeneric)
 {
     parent::__construct($resource, $repoGeneric, \Praxigento\Wallet\Data\Entity\Partial\Quote::class);
 }
 public function __construct(ResourceConnection $resource, IRepoGeneric $repoGeneric)
 {
     parent::__construct($resource, $repoGeneric, Entity::class);
 }
 public function __construct(\Magento\Framework\App\ResourceConnection $resource, \Praxigento\Core\Repo\IGeneric $repoGeneric)
 {
     parent::__construct($resource, $repoGeneric, \Praxigento\Accounting\Data\Entity\Balance::class);
 }
 public function __construct(\Magento\Framework\App\ResourceConnection $resource, \Praxigento\Core\Repo\IGeneric $repoGeneric, \Praxigento\Accounting\Repo\Entity\IAccount $repoAccount)
 {
     parent::__construct($resource, $repoGeneric, Entity::class);
     $this->_repoAccount = $repoAccount;
 }
 public function __construct(\Magento\Framework\App\ResourceConnection $resource, \Praxigento\Core\Repo\IGeneric $repoGeneric)
 {
     parent::__construct($resource, $repoGeneric, \Praxigento\BonusBase\Data\Entity\Calculation::class);
 }