Пример #1
0
 public string deleteemployee(string e_id, string e_name, string e_designation)
 {
     applicationusingcurd.ServiceReference1.deleteemployeeRequest inValue = new applicationusingcurd.ServiceReference1.deleteemployeeRequest();
     inValue.Body               = new applicationusingcurd.ServiceReference1.deleteemployeeRequestBody();
     inValue.Body.e_id          = e_id;
     inValue.Body.e_name        = e_name;
     inValue.Body.e_designation = e_designation;
     applicationusingcurd.ServiceReference1.deleteemployeeResponse retVal = ((applicationusingcurd.ServiceReference1.EmployeeSoap)(this)).deleteemployee(inValue);
     return(retVal.Body.deleteemployeeResult);
 }
Пример #2
0
 applicationusingcurd.ServiceReference1.deleteemployeeResponse applicationusingcurd.ServiceReference1.EmployeeSoap.deleteemployee(applicationusingcurd.ServiceReference1.deleteemployeeRequest request)
 {
     return(base.Channel.deleteemployee(request));
 }