public CheckoutRepository(eLibraryContext ctx) : base(ctx)
 {
     _ctx = ctx;
 }
Beispiel #2
0
 public LibraryBranchRepository(eLibraryContext ctx) : base(ctx)
 {
     _ctx = ctx;
 }
 public Preporuka(eLibraryContext db, IMapper mapper)
 {
     _db     = db;
     _mapper = mapper;
 }
Beispiel #4
0
 public AutoriService(eLibraryContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Beispiel #5
0
 public RezervacijeService(eLibraryContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
 public KnjigeService(eLibraryContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Beispiel #7
0
 public PatronRepository(eLibraryContext ctx) : base(ctx)
 {
     _ctx = ctx;
 }
Beispiel #8
0
 public UlogeController(eLibraryContext context)
 {
     _context = context;
 }
Beispiel #9
0
 public ClanarineService(eLibraryContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Beispiel #10
0
 public LibraryRepository(eLibraryContext ctx)
 {
     _ctx = ctx;
 }
 public LibraryAssetRepository(eLibraryContext ctx) : base(ctx)
 {
     _ctx = ctx;
 }
Beispiel #12
0
 public ObavijestiService(eLibraryContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Beispiel #13
0
 public ZanroviService(eLibraryContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
 public KorisniciService(eLibraryContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }