protected static UrlParts GetUrlParts(IClientEndPoints clientEndPoints) { UrlParts urlParts = new UrlParts { ApiVersion = clientEndPoints.ApiVersion, BaseUrl = clientEndPoints.BaseUrl }; return(urlParts); }
protected static UrlParts GetUrlParts(IClientEndPoints clientEndPoints) { UrlParts urlParts = new UrlParts { ApiVersion = clientEndPoints.ApiVersion, BaseUrl = clientEndPoints.BaseUrl }; return urlParts; }