Example #1
0
 public ProdutoController(IMaximaRepository repo)
 {
     _repo = repo;
 }
Example #2
0
 public PedidoController(IMaximaRepository repo)
 {
     _repo = repo;
 }
Example #3
0
 public ClienteController(IMaximaRepository repo)
 {
     _repo = repo;
 }