{"version":3,"file":"valuationCodeService.js","sourceRoot":"","sources":["../../../../src/modules/services/tariff/valuationCodeService.ts"],"names":[],"mappings":"AAAA,IAAO,QAAQ,CAgBd;AAhBD,WAAO,QAAQ;IACX,IAAc,MAAM,CAanB;IAbD,WAAc,MAAM;QAChB;YAGI,8BAAoB,SAAuC,EAAU,GAA4C;gBAA7F,cAAS,GAAT,SAAS,CAA8B;gBAAU,QAAG,GAAH,GAAG,CAAyC;YACjH,CAAC;YAED,6CAAc,GAAd,UAAe,SAAiB;gBAC5B,OAAO,IAAI,CAAC,SAAS,CAA4C,IAAI,CAAC,GAAG,CAAC,OAAO,GAAG,8BAA8B,EAAE;oBAChH,SAAS,EAAE,SAAS;iBACvB,CAAC,CAAC;YACP,CAAC;YATM,4BAAO,GAAG,CAAC,WAAW,EAAE,KAAK,CAAC,CAAC;YAU1C,2BAAC;SAAA,AAXD,IAWC;QAXY,2BAAoB,uBAWhC,CAAA;IACL,CAAC,EAba,MAAM,GAAN,eAAM,KAAN,eAAM,QAanB;IACD,OAAO,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,OAAO,CAAC,sBAAsB,EAAE,QAAQ,CAAC,MAAM,CAAC,oBAAoB,CAAC,CAAC;AAChG,CAAC,EAhBM,QAAQ,KAAR,QAAQ,QAgBd","sourcesContent":["module services {\r\n export module tariff {\r\n export class valuationCodeService implements interfaces.tariff.IValuationCodeService {\r\n static $inject = [\"$resource\", \"ENV\"];\r\n\r\n constructor(private $resource: ng.resource.IResourceService, private ENV: interfaces.applicationcore.serverConfig) {\r\n }\r\n\r\n getForDropdown(countryId: number): ng.resource.IResourceClass {\r\n return this.$resource(this.ENV.DSP_URL + \"ValuationCode/GetForDropdown\", {\r\n countryId: countryId\r\n });\r\n }\r\n }\r\n }\r\n angular.module(\"app\").service(\"valuationCodeService\", services.tariff.valuationCodeService);\r\n}"]}