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