# frozen_string_literal: true module NeetoCommonsBackend module SampleData module Common class OrganizationService < Common::OrganizationBase ORGANIZATION_NAME = "Spinkart" end end end end