Пример #1
0
 public Employee Get(int id)
 {
     return(Get_Data.Get_Employee(id));
 }