예제 #1
0
 public BaseCRUDService(RS2_BiltenContext context, IMapper mapper) : base(context, mapper)
 {
 }
예제 #2
0
 public MjereService(RS2_BiltenContext context, IMapper mapper) : base(context, mapper)
 {
 }
 public OsobeDogadjajDetaljiService(RS2_BiltenContext context, IMapper mapper) : base(context, mapper)
 {
 }
예제 #4
0
 public OsobaService(RS2_BiltenContext context, IMapper mapper) : base(context, mapper)
 {
 }
예제 #5
0
 public DogadjajService(RS2_BiltenContext context, IMapper mapper) : base(context, mapper)
 {
 }
예제 #6
0
 public KorisniciService(RS2_BiltenContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
예제 #7
0
 public MugshotService(RS2_BiltenContext context, IMapper mapper) : base(context, mapper)
 {
 }
 public PodorganizacionaJedinicaService(RS2_BiltenContext context, IMapper mapper) : base(context, mapper)
 {
 }