コード例 #1
0
 internal Teacher AllCreditInfo(int teacherId)
 {
     return(assignGateway.AllCreditInfo(teacherId));
 }