コード例 #1
0
 public PorukaService(CarHireRCContext context, IMapper mapper) : base(context, mapper)
 {
 }
コード例 #2
0
 public OcjenaService(CarHireRCContext context, IMapper mapper) : base(context, mapper)
 {
 }
コード例 #3
0
 public ProizvodjacService(CarHireRCContext context, IMapper mapper) : base(context, mapper)
 {
 }
コード例 #4
0
 public RacunService(CarHireRCContext context, IMapper mapper) : base(context, mapper)
 {
 }
コード例 #5
0
 public KlijentService(CarHireRCContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
コード例 #6
0
 public AutomobilService(CarHireRCContext context, IMapper mapper) : base(context, mapper)
 {
 }
コード例 #7
0
 public ModelService(CarHireRCContext context, IMapper mapper) : base(context, mapper)
 {
 }
コード例 #8
0
 public BaseService(CarHireRCContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
コード例 #9
0
 public RezervacijaRentanjaService(CarHireRCContext context, IMapper mapper) : base(context, mapper)
 {
 }
コード例 #10
0
 public RegistracijaVozilaService(CarHireRCContext context, IMapper mapper) : base(context, mapper)
 {
 }
コード例 #11
0
 public KorisnikService(CarHireRCContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
コード例 #12
0
 public BaseCRUDService(CarHireRCContext context, IMapper mapper) : base(context, mapper)
 {
 }
コード例 #13
0
 public KorisniciUlogeService(CarHireRCContext context, IMapper mapper) : base(context, mapper)
 {
 }