public System.Threading.Tasks.Task <kommuneSok1Response> kommuneSok1Async(string brukerid, string passord, string aliasId, int kommNr, string kommNavn, int koordSysUt, int koordSysInn, double nordMin, double austMin, double nordMax, double austMax)
    {
        kommuneSok1Request inValue = new kommuneSok1Request();

        inValue.brukerid    = brukerid;
        inValue.passord     = passord;
        inValue.aliasId     = aliasId;
        inValue.kommNr      = kommNr;
        inValue.kommNavn    = kommNavn;
        inValue.koordSysUt  = koordSysUt;
        inValue.koordSysInn = koordSysInn;
        inValue.nordMin     = nordMin;
        inValue.austMin     = austMin;
        inValue.nordMax     = nordMax;
        inValue.austMax     = austMax;
        return(((SokKomData)(this)).kommuneSok1Async(inValue));
    }
    public KomSokRes kommuneSok1(string brukerid, string passord, string aliasId, int kommNr, string kommNavn, int koordSysUt, int koordSysInn, double nordMin, double austMin, double nordMax, double austMax)
    {
        kommuneSok1Request inValue = new kommuneSok1Request();

        inValue.brukerid    = brukerid;
        inValue.passord     = passord;
        inValue.aliasId     = aliasId;
        inValue.kommNr      = kommNr;
        inValue.kommNavn    = kommNavn;
        inValue.koordSysUt  = koordSysUt;
        inValue.koordSysInn = koordSysInn;
        inValue.nordMin     = nordMin;
        inValue.austMin     = austMin;
        inValue.nordMax     = nordMax;
        inValue.austMax     = austMax;
        kommuneSok1Response retVal = ((SokKomData)(this)).kommuneSok1(inValue);

        return(retVal.kommuneSok1Return);
    }
 System.Threading.Tasks.Task <kommuneSok1Response> SokKomData.kommuneSok1Async(kommuneSok1Request request)
 {
     return(base.Channel.kommuneSok1Async(request));
 }
 kommuneSok1Response SokKomData.kommuneSok1(kommuneSok1Request request)
 {
     return(base.Channel.kommuneSok1(request));
 }