﻿
var TextPageClient = (function () { return { GetTextByUniqueKey: function (uniqueKey, callbackMethod) { TextPageService.GetTextByUniqueKey(uniqueKey, callbackMethod); }, GetContactInfos: function (callbackMethod, errorMethod) { TextPageService.GetContactInfos(callbackMethod, errorMethod); } }; } ());
