All files / dist/src/Repository SnRepository.js

0% Statements 0/7
100% Branches 0/0
0% Functions 0/1
0% Lines 0/7
1 2 3 4 5 6 7 8 9 10 11 12 13                         
"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