public PlatosRepository(ApiAppCenarContext context) : base(context) { _ingredientesRepository = new IngredientesRepository(context); }
public PlatoIngredienteRepository(CenaContext context) : base(context) { _platoRepository = new PlatoRepository(context); _ingredientesRepository = new IngredientesRepository(context); }