コード例 #1
0
 public LeatherTypeController()
 {
     _vmMsg             = new ValidationMsg();
     _dalSysLeatherType = new DalSysLeatherType();
 }