예제 #1
0
 public string GetTodoList(string loginName, int pageSize, int pageIndex)
 {
     Yinhe.WebHost.ServiceReference1.GetTodoListRequest inValue = new Yinhe.WebHost.ServiceReference1.GetTodoListRequest();
     inValue.Body           = new Yinhe.WebHost.ServiceReference1.GetTodoListRequestBody();
     inValue.Body.loginName = loginName;
     inValue.Body.pageSize  = pageSize;
     inValue.Body.pageIndex = pageIndex;
     Yinhe.WebHost.ServiceReference1.GetTodoListResponse retVal = ((Yinhe.WebHost.ServiceReference1.TodoListSoap)(this)).GetTodoList(inValue);
     return(retVal.Body.GetTodoListResult);
 }
예제 #2
0
 Yinhe.WebHost.ServiceReference1.GetTodoListResponse Yinhe.WebHost.ServiceReference1.TodoListSoap.GetTodoList(Yinhe.WebHost.ServiceReference1.GetTodoListRequest request)
 {
     return(base.Channel.GetTodoList(request));
 }