예제 #1
0
 public void DelEmployer(int id)
 {
     DelEmployer(dal.GetEmployer(id));
 }