public GradoviService(TuristickaAgencija_RS2Context context, IMapper mapper) : base(context, mapper)
 {
 }
示例#2
0
 public BaseService(TuristickaAgencija_RS2Context turistickaAgencija_RS2Context, IMapper mapper)
 {
     db      = turistickaAgencija_RS2Context;
     _mapper = mapper;
 }
示例#3
0
 public BaseCRUDService(TuristickaAgencija_RS2Context context, IMapper mapper) : base(context, mapper)
 {
 }