Example #1
0
 //ctor -> tab tab (Construtor)
 public MarcaRepository(FiapMotorsContext context)
 {
     _context = context;
 }
Example #2
0
 //ctor -> tab tab (Construtor)
 public CarroRepository(FiapMotorsContext context)
 {
     this._context = context;
 }