コード例 #1
0
 public CjenovnikService(SeminarskiRSIIBazaContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
コード例 #2
0
 public RecenzijaService(SeminarskiRSIIBazaContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
コード例 #3
0
 public GostiNotifikacijeService(SeminarskiRSIIBazaContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
コード例 #4
0
 public SobaStatusService(SeminarskiRSIIBazaContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
コード例 #5
0
ファイル: BaseService.cs プロジェクト: adin10/Hotel_appRSII
 public BaseService(SeminarskiRSIIBazaContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
コード例 #6
0
 public BaseCRUDService(SeminarskiRSIIBazaContext context, IMapper mapper) : base(context, mapper)
 {
 }
コード例 #7
0
 public NotifikacijaService(SeminarskiRSIIBazaContext context, IMapper mapper) : base(context, mapper)
 {
 }
コード例 #8
0
 public VrstaOsobljaService(SeminarskiRSIIBazaContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }