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