コード例 #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;
 }