Ejemplo n.º 1
0
 public OffresAPIController(IOffreRepo repo)
 {
     this.repo = repo;
 }