public System.Threading.Tasks.Task UpdateJobCategoryAsync(JobMeHomePage.JobPostServiceReference.JobCategory obj)
 {
     return(base.Channel.UpdateJobCategoryAsync(obj));
 }
 public void UpdateJobCategory(JobMeHomePage.JobPostServiceReference.JobCategory obj)
 {
     base.Channel.UpdateJobCategory(obj);
 }