Esempio n. 1
0
 public GradService(BeautyStudio2019Context context, IMapper mapper) : base(context, mapper)
 {
 }
Esempio n. 2
0
 public RezervacijaService(BeautyStudio2019Context context, IMapper mapper) : base(context, mapper)
 {
 }
Esempio n. 3
0
 public BaseService(BeautyStudio2019Context context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Esempio n. 4
0
 public KlijentNotifikacijaService(BeautyStudio2019Context context, IMapper mapper) : base(context, mapper)
 {
 }
Esempio n. 5
0
 public NagradnaIgraService(BeautyStudio2019Context context, IMapper mapper) : base(context, mapper)
 {
 }
Esempio n. 6
0
 public ClanakKategorijaService(BeautyStudio2019Context context, IMapper mapper) : base(context, mapper)
 {
 }
Esempio n. 7
0
 public KorisniciService(BeautyStudio2019Context context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }