Example #1
0
 public System.Threading.Tasks.Task UpdatePlaceAsync(ServiceReference1.Places oldEntity, ServiceReference1.Places newEntity)
 {
     return(base.Channel.UpdatePlaceAsync(oldEntity, newEntity));
 }
Example #2
0
 public System.Threading.Tasks.Task AddPlaceAsync(ServiceReference1.Places entity)
 {
     return(base.Channel.AddPlaceAsync(entity));
 }