Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <bool> UpdateItemAsync(Skeleton.ServiceReferenceSkeleton.tblSkeleton tSkeleton)
 {
     return(base.Channel.UpdateItemAsync(tSkeleton));
 }
Ejemplo n.º 2
0
 public bool UpdateItem(Skeleton.ServiceReferenceSkeleton.tblSkeleton tSkeleton)
 {
     return(base.Channel.UpdateItem(tSkeleton));
 }