Beispiel #1
0
 public IEnumerable <Employee> GetAll()
 {
     return(_employeeGetway.GetAll());
 }
Beispiel #2
0
        //----------------------------------------------------------------

        //Get all employee
        public List <Employee> GetAll()
        {
            return(_employeeGetway.GetAll());
        }