예제 #1
0
 public int DeleteEmployeePanel(int key)
 {
     return(MastersDAL.DeleteEmployeePanel(key));
 }