export default class Transport {

  constructor(urlHelper, $http){
    this.http = $http;
    this.urlHelper = urlHelper;