Exemplo n.º 1
0
 public BlocksController(Repository.BlockDtoRepository repository)
 {
     this._repository = repository;
 }