Пример #1
0
 public BaseCRUDService(IMapper mapper, firstTryContext context) : base(mapper, context)
 {
 }
 public VrstaPartneraService(IMapper mapper, firstTryContext context)
 {
     _mapper  = mapper;
     _context = context;
 }
Пример #3
0
 public PartneriService(IMapper mapper, firstTryContext context) : base(mapper, context)
 {
 }
Пример #4
0
 public KorisniciService(IMapper mapper, firstTryContext context)
 {
     _context = context;
     _mapper  = mapper;
 }
Пример #5
0
 public ChatHub(firstTryContext context)
 {
     _context = context;
 }
Пример #6
0
 public BaseService(IMapper mapper, firstTryContext context)
 {
     _mapper  = mapper;
     _context = context;
 }