Ejemplo n.º 1
0
 public void BindLoanType()
 {
     clsComFun = new CommonFunctions();
     try
     {
         clsComFun.LoanTypes(ddlLoanType);
     }
     catch { }
     finally { clsComFun = null; }
 }