Example #1
0
 /// <summary>
 /// Get the Govt Savings related data for the particular Id
 /// </summary>
 private void GetData()
 {
     govtSavingsVo      = (GovtSavingsVo)Session["govtSavingsVo"];
     customerAccountsVo = customerAccountBo.GetGovtSavingsAccount(govtSavingsVo.AccountId);
 }