Example #1
0
 public System.Threading.Tasks.Task UpdateJobCategoryAsync(JobMe_Homepage.JobPostServiceReference.JobCategory obj)
 {
     return(base.Channel.UpdateJobCategoryAsync(obj));
 }
Example #2
0
 public void UpdateJobCategory(JobMe_Homepage.JobPostServiceReference.JobCategory obj)
 {
     base.Channel.UpdateJobCategory(obj);
 }