"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const JwtService_1 = require("../Authentication/JwtService");
const snconfigmodel_1 = require("../Config/snconfigmodel");
const RxAjaxHttpProvider_1 = require("../HttpProviders/RxAjaxHttpProvider");
const _1 = require("./");
class SnRepository extends _1.BaseRepository {
constructor(config) {
super(new snconfigmodel_1.SnConfigModel(config), RxAjaxHttpProvider_1.RxAjaxHttpProvider, JwtService_1.JwtService);
}
}
exports.SnRepository = SnRepository;
//# sourceMappingURL=SnRepository.js.map |