public void TestCreateEntities() { CreateEntities ce = new CreateEntities(); var ga = ce.GetAll(); var la = ce.ListAll(); }
public IEnumerable <Employee> GetEmployees() { return(ce.GetAll()); }