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