コード例 #1
0
 public PlatosRepository(ApiAppCenarContext context) : base(context)
 {
     _ingredientesRepository = new IngredientesRepository(context);
 }
コード例 #2
0
 public PlatoIngredienteRepository(CenaContext context) : base(context)
 {
     _platoRepository        = new PlatoRepository(context);
     _ingredientesRepository = new IngredientesRepository(context);
 }