예제 #1
0
 public ProprietarioController(IProprietarioAppService proprietarioAppService,
                               DomainNotificationHandler domainNotificationHandler)
 {
     _proprietarioAppService    = proprietarioAppService;
     _domainNotificationHandler = domainNotificationHandler;
 }
 public ProprietarioController(IProprietarioAppService service,
                               IMapper mapper)
 {
     _service = service;
     _mapper  = mapper;
 }