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