#
#= banksコントローラー
# Authors:: Kazunori Shimizu
# Copyright:: Copyright (C) OrbusNeich Medical K.K.  2010.
#--
# date        name                   note
# 2014.5.1   Kazunori Shimizu        新規作成
#-------------------------------------------------------------------------------
#++
class TargetCasesController < Comm::BaseController::PermanentMaster
  #== コンストラクタ
  #-----------------------------------------------------------------#++
  def initialize
    @mcls = TargetCase
  end
end
