Exemplo n.º 1
0
 public ObstacleCommand(ObstacleRepository obstacleRepository)
 {
     _obstacleRepository = obstacleRepository;
 }
Exemplo n.º 2
0
 public ObstacleManager(AppDatabaseContext context)
 {
     this.rep = new ObstacleRepository(context);
 }