Exemplo n.º 1
0
        public void TestCreateEntities()
        {
            CreateEntities ce = new CreateEntities();
            var            ga = ce.GetAll();

            var la = ce.ListAll();
        }
 public IEnumerable <Employee> GetEmployees()
 {
     return(ce.GetAll());
 }