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