Exemplo n.º 1
0
 public HomeController()
 {
     inventory = new UnitOfWork();
 }
Exemplo n.º 2
0
 public CadastrarController()
 {
     inventory = new UnitOfWork();
 }