Пример #1
0
 public void DeleteToDo(ServiceReference1.ToDoItem toDoItem)
 {
     ServiceReference1.DeleteToDoRequest inValue = new ServiceReference1.DeleteToDoRequest();
     inValue.Body          = new ServiceReference1.DeleteToDoRequestBody();
     inValue.Body.toDoItem = toDoItem;
     ServiceReference1.DeleteToDoResponse retVal = ((ServiceReference1.IService1)(this)).DeleteToDo(inValue);
 }
Пример #2
0
 public System.Threading.Tasks.Task <ServiceReference1.DeleteToDoResponse> DeleteToDoAsync(ServiceReference1.ToDoItem toDoItem)
 {
     ServiceReference1.DeleteToDoRequest inValue = new ServiceReference1.DeleteToDoRequest();
     inValue.Body          = new ServiceReference1.DeleteToDoRequestBody();
     inValue.Body.toDoItem = toDoItem;
     return(((ServiceReference1.IService1)(this)).DeleteToDoAsync(inValue));
 }
Пример #3
0
 public DeleteToDoRequestBody(ServiceReference1.ToDoItem toDoItem)
 {
     this.toDoItem = toDoItem;
 }
Пример #4
0
 public AddOrUpdateToDoRequestBody(ServiceReference1.ToDoItem toDoItem)
 {
     this.toDoItem = toDoItem;
 }