public ProcessedEventRepository(PreglediContext context)
 {
     this.context = context;
 }
 public NalogGKRepository(PreglediContext context)
 {
     this.context = context;
 }
 public KontoRepository(PreglediContext context)
 {
     this.context = context;
 }
示例#4
0
 public StavkaFormRepository(PreglediContext context)
 {
     this.context = context;
 }
 public TipNalogaRepository(PreglediContext context)
 {
     this.context = context;
 }
示例#6
0
 public KarticaKontaRepository(PreglediContext context)
 {
     this.context = context;
 }