예제 #1
0
 public System.Threading.Tasks.Task UpdateJobCategoryAsync(JobMeHomePage.CompanyServiceReference.JobCategory obj)
 {
     return(base.Channel.UpdateJobCategoryAsync(obj));
 }
예제 #2
0
 public void UpdateJobCategory(JobMeHomePage.CompanyServiceReference.JobCategory obj)
 {
     base.Channel.UpdateJobCategory(obj);
 }