コード例 #1
0
 public StudentAPIController(IStudentIMDataAccessLayer objStudent)
 {
     this.objStudent = objStudent;
 }