Ejemplo n.º 1
0
 public V_EMPLOYEEDETAIL GetEmployeeByFingerPrintID(string FingerPrintID)
 {
     using (EmployeeBLL bll = new EmployeeBLL())
     {
         return bll.GetEmployeeOrgByFingerPrintID(FingerPrintID);
     }
 }