示例#1
0
 public Employee_Table GetAllByName(int id)
 {
     return(obj.GetAllByName(id));
 }