public UserRoleService(SoftraySolutionsContext context, IMapper mapper) : base(context, mapper) { }
public BaseCRUDService(SoftraySolutionsContext context, IMapper mapper) : base(context, mapper) { }
public AccountService(SoftraySolutionsContext context, IMapper mapper, IHttpContextAccessor accessor) { _context = context; _mapper = mapper; this.accessor = accessor; }
public BaseService(SoftraySolutionsContext context, IMapper mapper) { _context = context; _mapper = mapper; }