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