Exemplo n.º 1
0
 static void Main(string[] args)
 {
     SistemaCarrosContext.ListaCarros().ForEach(i => ImprimeInformacoes(i));
 }
Exemplo n.º 2
0
 public CarroController()
 {
     context = new SistemaCarrosContext();
 }