示例#1
0
 public ReturnValue SearchEmployeeAllInfo(string EmployeeID, string YearMoth)
 {
     BLL_Employee bll = new BLL_Employee();
     return bll.SearchAllInfo(EmployeeID, YearMoth);
 }