コード例 #1
0
 /*
  * Description      :       This method is used to get Qualification details from DAL
  *
  *  Version  	  Author        			   Date            		  	         Remarks
     -- ----------------------------------------------------------------------------------
  *  1.0		    Shaik Nazeer	 	 December 10, 2015	12:35 Pm		 	    Creation
  */
 public List<EmployeeDetailsListDTO> BindQualificationDetails()
 {
     EmployeeDetailsDAL objEmployeeDetailsDAL = new EmployeeDetailsDAL();
     return objEmployeeDetailsDAL.BindQualificationDetails();
 }