Пример #1
0
 public List <Employee> Get_All()
 {
     return(Get_Data.Get_Employees().ToList());
 }