示例#1
0
 public static Employee FindById(int id)
 {
     return(EmployeeAccess.FindById(id));
 }