public ViewNoOfTransactionsPerMonth(NoOfTransactionPerMonth obj) { this.month = GetMonthName.getMonthName(obj.month) + " " + obj.year; this.no_of_txn = obj.no_of_txn; }
public ViewNoOfRequestPerMonth(NoOfRequestPerMonth req) { month = GetMonthName.getMonthName(req.Month) + " " + req.Year; no_of_req = req.No_of_req; }