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