Exemple #1
0
 public IndicadorController(IIndicadorAppService indicadorAppService,
                            INotificationHandler <DomainNotification> notifications,
                            IMediatorHandler mediator) : base(notifications, mediator)
 {
     _indicadorAppService = indicadorAppService;
 }
Exemple #2
0
 public IndicadorAppService_Tests()
 {
     _appService = Resolve <IIndicadorAppService>();
 }