コード例 #1
0
 public CheckoutRepository(eLibraryContext ctx) : base(ctx)
 {
     _ctx = ctx;
 }
コード例 #2
0
 public LibraryBranchRepository(eLibraryContext ctx) : base(ctx)
 {
     _ctx = ctx;
 }
コード例 #3
0
 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;
 }
コード例 #6
0
 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;
 }
コード例 #14
0
 public KorisniciService(eLibraryContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }