public AuthController(RepositorioProject repo, IConfiguration configuration) { this.helper = new HelperToken(configuration); this.repo = repo; }
public ProjectController(RepositorioProject repo) { this.repo = repo; }