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