Example #1
0
 public FajloviService(AdvokatiContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
 public OcjeneService(AdvokatiContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
 public RadniSatiService(AdvokatiContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
 public KontaktlistaService(AdvokatiContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
 public ZapisnikRocistaService(AdvokatiContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
 public UgovoriService(AdvokatiContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
 public KlijentiService(AdvokatiContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
 public ZaposleniciService(AdvokatiContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
 public StatusService(AdvokatiContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
 public KategorijeDokumenataService(AdvokatiContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Example #11
0
 public SastanciService(AdvokatiContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Example #12
0
 public PredmetiService(AdvokatiContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Example #13
0
 public PostavkeService(AdvokatiContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
 public VrstaUslugeService(AdvokatiContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }