コード例 #1
0
 public void DeleteEmployees(int id)
 {
     emp.DeleteData(id);
 }