コード例 #1
0
 public bool DeleteEmployee(Employee employee)
 {
     Ed.DeleteEmployee(employee);
     return(true);
 }