Пример #1
0
 public ObservableCollection <WinPhoneClientProxy.CategoryManagerService.SelectListItemWithClass> EndGetAllSortedJson(IAsyncResult result)
 {
     try
     {
         return(((ICategoryManager)_core).EndGetAllSortedJson(result));
     }
     catch (Exception e)
     {
         RestServiceClientBase.ShowDefaultErrorMsg();
     }
     return(null);
 }
Пример #2
0
 public string EndGetAllForMenu(IAsyncResult result)
 {
     try
     {
         return(((ICategoryManager)_core).EndGetAllForMenu(result));
     }
     catch (Exception e)
     {
         RestServiceClientBase.ShowDefaultErrorMsg();
     }
     return(null);
 }
Пример #3
0
 public BookBlockPLVM EndGetUsersProducts(IAsyncResult result)
 {
     try
     {
         return(((IProductManager)_core).EndGetUsersProducts(result));
     }
     catch (Exception e)
     {
         RestServiceClientBase.ShowDefaultErrorMsg();
     }
     return(null);
 }
Пример #4
0
 public WinPhoneClientProxy.CategoryManagerService.InCategoryCWPLVM EndGetCategoriesWithProductsInCategory(IAsyncResult result)
 {
     try
     {
         return(((ICategoryManager)_core).EndGetCategoriesWithProductsInCategory(result));
     }
     catch (Exception e)
     {
         RestServiceClientBase.ShowDefaultErrorMsg();
     }
     return(null);
 }
Пример #5
0
 public InCategoryPLVM EndGetProductsInCategory(IAsyncResult result)
 {
     try
     {
         return(((IProductManager)_core).EndGetProductsInCategory(result));
     }
     catch (Exception e)
     {
         RestServiceClientBase.ShowDefaultErrorMsg();
     }
     return(null);
 }
Пример #6
0
 public BookRowPLVM EndGetFullDetailed(IAsyncResult result)
 {
     try
     {
         return(((IProductGroupManager)_core).EndGetFullDetailed(result));
     }
     catch (Exception e)
     {
         RestServiceClientBase.ShowDefaultErrorMsg();
     }
     return(null);
 }
Пример #7
0
 public WinPhoneClientProxy.ProductGroupManagerService.BookBlockPLVM EndSearch(IAsyncResult result)
 {
     try
     {
         return(((IProductGroupManager)_core).EndSearch(result));
     }
     catch (Exception e)
     {
         RestServiceClientBase.ShowDefaultErrorMsg();
     }
     return(null);
 }
Пример #8
0
 public InCategoryCWPLVM EndSearchWithGroupedByCategory(IAsyncResult result)
 {
     try
     {
         return(((IProductGroupManager)_core).EndSearchWithGroupedByCategory(result));
     }
     catch (Exception e)
     {
         RestServiceClientBase.ShowDefaultErrorMsg();
     }
     return(null);
 }
Пример #9
0
 public ObservableCollection <LabelValuePair> EndSearchAutoComplete(IAsyncResult result)
 {
     try
     {
         return(((IProductGroupManager)_core).EndSearchAutoComplete(result));
     }
     catch (Exception e)
     {
         RestServiceClientBase.ShowDefaultErrorMsg();
     }
     return(null);
 }
Пример #10
0
 public string EndSearchAutoCompleteJson(IAsyncResult result)
 {
     try
     {
         return(((IProductGroupManager)_core).EndSearchAutoCompleteJson(result));
     }
     catch (Exception e)
     {
         RestServiceClientBase.ShowDefaultErrorMsg();
     }
     return(null);
 }
Пример #11
0
 public BookBlockPLVM EndGetUsersProductsByFriendlyUrl(out string userName, IAsyncResult result)
 {
     try
     {
         return(((IProductManager)_core).EndGetUsersProductsByFriendlyUrl(out userName, result));
     }
     catch (Exception e)
     {
         RestServiceClientBase.ShowDefaultErrorMsg();
     }
     userName = "";
     return(null);
 }