Ejemplo n.º 1
0
 public System.Collections.Generic.List <HCMIS.Desktop.GeneralLookups.Woreda> GetWoredas(string userName, string password, System.Nullable <int> lastVersion, System.Nullable <System.DateTime> lastDateTime)
 {
     HCMIS.Desktop.GeneralLookups.GetWoredasRequest inValue = new HCMIS.Desktop.GeneralLookups.GetWoredasRequest();
     inValue.Body              = new HCMIS.Desktop.GeneralLookups.GetWoredasRequestBody();
     inValue.Body.userName     = userName;
     inValue.Body.password     = password;
     inValue.Body.lastVersion  = lastVersion;
     inValue.Body.lastDateTime = lastDateTime;
     HCMIS.Desktop.GeneralLookups.GetWoredasResponse retVal = ((HCMIS.Desktop.GeneralLookups.Service1Soap)(this)).GetWoredas(inValue);
     return(retVal.Body.GetWoredasResult);
 }
Ejemplo n.º 2
0
 HCMIS.Desktop.GeneralLookups.GetWoredasResponse HCMIS.Desktop.GeneralLookups.Service1Soap.GetWoredas(HCMIS.Desktop.GeneralLookups.GetWoredasRequest request)
 {
     return(base.Channel.GetWoredas(request));
 }