Example #1
0
 public IngredienteController(IIngredienteApplication ingredienteApplication)
 {
     _ingredienteApplication = ingredienteApplication;
 }
Example #2
0
 public IngredienteController(IIngredienteApplication app)
 {
     _app = app;
 }