예제 #1
0
 public AutoriService(myBooksContext database, IMapper mapper) : base(database, mapper)
 {
 }
예제 #2
0
 public GradoviService(myBooksContext database, IMapper mapper) : base(database, mapper)
 {
 }
예제 #3
0
 public KorisniciService(myBooksContext database, IMapper mapper) : base(database, mapper)
 {
 }
예제 #4
0
 public OcjeneService(myBooksContext database, IMapper mapper) : base(database, mapper)
 {
 }
예제 #5
0
 public Preporucivanje(myBooksContext database, IMapper mapper, double slicnost)
 {
     _mapper          = mapper;
     _databaseContext = database;
     _slicnost        = slicnost;
 }
예제 #6
0
 public DrzaveService(myBooksContext database, IMapper mapper) : base(database, mapper)
 {
 }
예제 #7
0
 public IzdavackeKuceService(myBooksContext database, IMapper mapper) : base(database, mapper)
 {
 }
예제 #8
0
 public BaseCrudService(myBooksContext databaseContext, IMapper mapper) : base(databaseContext, mapper)
 {
 }
예제 #9
0
 public PrijavaService(myBooksContext databaseContext, IMapper mapper)
 {
     _databaseContext = databaseContext;
     _mapper          = mapper;
 }
예제 #10
0
 public PoliceKnjigeService(myBooksContext database, IMapper mapper) : base(database, mapper)
 {
 }
예제 #11
0
 public KnjigeService(myBooksContext database, IMapper mapper) : base(database, mapper)
 {
     _preporucivanje = new Preporucivanje(database, mapper, 0.6);
 }
예제 #12
0
 public RecenzijeService(myBooksContext database, IMapper mapper) : base(database, mapper)
 {
 }
예제 #13
0
 public PrijedloziService(myBooksContext database, IMapper mapper) : base(database, mapper)
 {
 }