コード例 #1
0
 public StudentsController(IStudentHandler studentHandler)
 {
     _studentHandler = studentHandler;
 }