示例#1
0
 public NalogZakljucanHandler(INalogGKRepository nalogRepo, INotificationQueue notifications,
                              ILogger <NalogZakljucanHandler> logger)
 {
     this.nalogRepo     = nalogRepo;
     this.logger        = logger;
     this.notifications = notifications;
 }
 public StavkaProknjizenaHandler(INalogGKRepository nalogRepo,
                                 INotificationQueue notifications,
                                 ILogger <StavkaProknjizenaHandler> logger)
 {
     this.nalogRepo     = nalogRepo;
     this.logger        = logger;
     this.notifications = notifications;
 }
示例#3
0
 public PreglediController(INalogGKRepository nalogGKRepo,
                           IStavkaFormRepository stavkaFormRepo, INalogFormRepository nalogFormRepo,
                           IKarticaKontaRepository karticaKontaRepo)
 {
     this.nalogGKRepo      = nalogGKRepo;
     this.stavkaFormRepo   = stavkaFormRepo;
     this.nalogFormRepo    = nalogFormRepo;
     this.karticaKontaRepo = karticaKontaRepo;
 }
 public NalogOtvorenHandler(INalogGKRepository nalogRepo,
                            ITipNalogaRepository tipNalogaRepo, INotificationQueue notifications,
                            ILogger <NalogOtvorenHandler> logger)
 {
     this.nalogRepo     = nalogRepo;
     this.tipNalogaRepo = tipNalogaRepo;
     this.logger        = logger;
     this.notifications = notifications;
 }
示例#5
0
 public IzmenjenoZaglavljeNalogaHandler(INalogGKRepository nalogRepo,
                                        ITipNalogaRepository tipNalogaRepo, INotificationQueue notifications,
                                        ILogger <IzmenjenoZaglavljeNalogaHandler> logger)
 {
     this.nalogRepo     = nalogRepo;
     this.tipNalogaRepo = tipNalogaRepo;
     this.logger        = logger;
     this.notifications = notifications;
 }
示例#6
0
 public StavkaProknjizenaHandler(IKarticaKontaRepository karticaRepo,
                                 IKontoRepository kontoRepo, INalogGKRepository nalogRepo, INotificationQueue notifications,
                                 ILogger <StavkaProknjizenaHandler> logger)
 {
     this.karticaRepo   = karticaRepo;
     this.kontoRepo     = kontoRepo;
     this.nalogRepo     = nalogRepo;
     this.logger        = logger;
     this.notifications = notifications;
 }
 public NalogVersionUpdater(INalogFormRepository formRepo, INalogGKRepository gkRepo)
 {
     this.formRepo = formRepo;
     this.gkRepo   = gkRepo;
 }