public StudentPaymentController(IStudentPayment IStudentPayment, IAllFee IAllFee)
 {
     _IStudentPayment = IStudentPayment;
     _IAllFee         = IAllFee;
 }
Ejemplo n.º 2
0
 public AllFeeController(IAllFee IAllFee)
 {
     _IAllFee = IAllFee;
 }