Esempio n. 1
0
 public PlatosRepository(ApiAppCenarContext context) : base(context)
 {
     _ingredientesRepository = new IngredientesRepository(context);
 }
 public PlatoIngredienteRepository(CenaContext context) : base(context)
 {
     _platoRepository        = new PlatoRepository(context);
     _ingredientesRepository = new IngredientesRepository(context);
 }