예제 #1
0
 public FeeStudentModel()
 {
     StudentAllFee = new FeeModel[] { };
     Transactions  = new TransactionForFeeModel[] { };
     ComponetDict  = new Dictionary <string, double>();
 }
예제 #2
0
 public Fee()
 {
     Components   = new Component[] { };
     Transactions = new TransactionForFeeModel[] { };
 }