Esempio n. 1
0
 public bool Delete(object EmployeeID)
 {
     return(Employee.Delete(EmployeeID) == 1);
 }