Beispiel #1
0
 public RepositorioServicio(LavaCarContext context)
 {
     _context = context;
 }
 public RepositorioVehiculo(LavaCarContext context)
 {
     _context = context;
 }