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