public GradoviService(TuristickaAgencija_RS2Context context, IMapper mapper) : base(context, mapper)
 {
 }
Exemplo n.º 2
0
 public BaseService(TuristickaAgencija_RS2Context turistickaAgencija_RS2Context, IMapper mapper)
 {
     db      = turistickaAgencija_RS2Context;
     _mapper = mapper;
 }
Exemplo n.º 3
0
 public BaseCRUDService(TuristickaAgencija_RS2Context context, IMapper mapper) : base(context, mapper)
 {
 }