示例#1
0
 public void Edit_Employee(Employee i_Employee)
 {
     DALC.DALC oDALC = new DALC.DALC();
     oDALC.connStr = this.connStr;
     oDALC.Edit_Employee(i_Employee);
 }