public PASOController(IPASORepository pasoRepository) { this.pasoRepository = pasoRepository; this.recetaRepository = new RECETARepository(); }
// If you are using Dependency Injection, you can delete the following constructor public PASOController() : this(new PASORepository()) { this.recetaRepository = new RECETARepository(); }