public StudentPaymentController(IStudentPayment IStudentPayment, IAllFee IAllFee)
 {
     _IStudentPayment = IStudentPayment;
     _IAllFee         = IAllFee;
 }
コード例 #2
0
 public AllFeeController(IAllFee IAllFee)
 {
     _IAllFee = IAllFee;
 }