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