class Admin::Legacy::Service::Controller < Admin::Controller
  private
    def area
      'service'
    end
end
