コード例 #1
0
 public PersonEducationController(IPersonEducationBAL objIPersonEducationBAL)
 {
     _PersonEducationBAL = objIPersonEducationBAL;
 }