Beispiel #1
0
 public DataSet GetEmployeeDetails(string strLoginID)
 {
     return(DefaultDB.ExecuteDataSet("Sel_EmployeeDetails", strLoginID));
 }