コード例 #1
0
 public FajloviService(AdvokatiContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
コード例 #2
0
 public OcjeneService(AdvokatiContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
コード例 #3
0
 public RadniSatiService(AdvokatiContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
コード例 #4
0
 public KontaktlistaService(AdvokatiContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
コード例 #5
0
 public ZapisnikRocistaService(AdvokatiContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
コード例 #6
0
 public UgovoriService(AdvokatiContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
コード例 #7
0
 public KlijentiService(AdvokatiContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
コード例 #8
0
 public ZaposleniciService(AdvokatiContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
コード例 #9
0
 public StatusService(AdvokatiContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
 public KategorijeDokumenataService(AdvokatiContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
コード例 #11
0
 public SastanciService(AdvokatiContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
コード例 #12
0
 public PredmetiService(AdvokatiContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
コード例 #13
0
 public PostavkeService(AdvokatiContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
コード例 #14
0
 public VrstaUslugeService(AdvokatiContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }