Example #1
0
 public ProdutoController(ProdutoApplicationService appService)
 {
     _appService = appService;
 }
Example #2
0
 public ProdutoController()
 {
     _appService = new ProdutoApplicationService();
 }
 public ProdutoController()
 {
     uow = new ProdutoUnitOfWork();
     app = new ProdutoApplicationService();
 }