Exemplo n.º 1
0
 public IngredienteController(IIngredienteApplication ingredienteApplication)
 {
     _ingredienteApplication = ingredienteApplication;
 }
Exemplo n.º 2
0
 public IngredienteController(IIngredienteApplication app)
 {
     _app = app;
 }