Пример #1
0
 public bool IsExistFingerPrintID(string FingerPrintID, string employeeID)
 {
     using (EmployeeBLL bll = new EmployeeBLL())
     {
         return bll.IsExistFingerPrintID(FingerPrintID, employeeID);
     }
 }