示例#1
0
 public ReklamacijeService(_150217Context context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
示例#2
0
 public RSII25092020Service(_150217Context context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
示例#3
0
 public VrstaAplikacijeService(_150217Context context, IMapper mapper) : base(context, mapper)
 {
 }
示例#4
0
 public UgovoriService(_150217Context context, IMapper mapper) : base(context, mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
示例#5
0
 public OsobljeService(_150217Context context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
示例#6
0
 public KupacService(_150217Context context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
示例#7
0
 public BaseCRUDService(_150217Context context, IMapper mapper) : base(context, mapper)
 {
 }
示例#8
0
 public OcjeneService(_150217Context context, IMapper mapper) : base(context, mapper)
 {
 }
示例#9
0
 public RacuniService(_150217Context context, IMapper mapper) : base(context, mapper)
 {
 }
示例#10
0
 public ObavjestenjaService(_150217Context context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }