public StudentStore(TGLContext context) { Context = context; //Students.Add(new Student //{ // Age = 17, // Name = "Juan", // LastName = "Perez", // Nit = "123456789" //}); //Students.Add(new Student //{ // Age = 27, // Name = "Felipe", // LastName = "Orozco", // Nit = "987654321" //}); //Students.Add(new Student //{ // Age = 14, // Name = "Mateo", // LastName = "Lotero", // Nit = "147852369" //}); }
public StudentStore(TGLContext context) { Context = context; }
public ComputerStore(TGLContext context) { Context = context; }