예제 #1
0
 public System.Threading.Tasks.Task <bool> UpdateDepartmentAsync(WcfService.Department dept)
 {
     return(base.Channel.UpdateDepartmentAsync(dept));
 }
예제 #2
0
 public System.Threading.Tasks.Task <int> AddDepartmentAsync(WcfService.Department dept)
 {
     return(base.Channel.AddDepartmentAsync(dept));
 }