public SubscriptTypeEntity GetSubscriptTypeByCode(string subscriptTypeCode) { _commonDataAccess = new CommonDataAccess(_context); return(_commonDataAccess.GetSubscriptTypeByCode(subscriptTypeCode)); }