public CommentService(Enjaz_Context context, IMapper mapper, IUserService userService)
 {
     ctx          = context;
     _mapper      = mapper;
     _userService = userService;
 }
 public QuestionService(Enjaz_Context context, IMapper mapper)
 {
     ctx     = context;
     _mapper = mapper;
 }
Exemple #3
0
 public UserServices(Enjaz_Context context, IMapper mapper)
 {
     ctx     = context;
     _mapper = mapper;
 }