Example #1
0
 public List <ACM.Model.Category> GetCategoryById(int SuperCategoryId)
 {
     try
     {
         return(campaignProxy.GetCategoryById(SuperCategoryId));
     }
     catch (Exception exp)
     {
         WCFFaultException.GetClientException(exp, "GetCategoryById");
         throw new Exception(exp.ToString());
     }
 }