Exemplo n.º 1
0
 public System.Threading.Tasks.Task <lostandfound4.ReportLostFoundp.report_lostResponse> report_lostAsync(string losf, System.DateTime datelosfou, int cat, int locdes, string titl, string descr, string primcol, string sno, int cuid)
 {
     lostandfound4.ReportLostFoundp.report_lostRequest inValue = new lostandfound4.ReportLostFoundp.report_lostRequest();
     inValue.Body            = new lostandfound4.ReportLostFoundp.report_lostRequestBody();
     inValue.Body.losf       = losf;
     inValue.Body.datelosfou = datelosfou;
     inValue.Body.cat        = cat;
     inValue.Body.locdes     = locdes;
     inValue.Body.titl       = titl;
     inValue.Body.descr      = descr;
     inValue.Body.primcol    = primcol;
     inValue.Body.sno        = sno;
     inValue.Body.cuid       = cuid;
     return(((lostandfound4.ReportLostFoundp.ReportLostFoundSoap)(this)).report_lostAsync(inValue));
 }
Exemplo n.º 2
0
 public string report_lost(string losf, System.DateTime datelosfou, int cat, int locdes, string titl, string descr, string primcol, string sno, int cuid)
 {
     lostandfound4.ReportLostFoundp.report_lostRequest inValue = new lostandfound4.ReportLostFoundp.report_lostRequest();
     inValue.Body            = new lostandfound4.ReportLostFoundp.report_lostRequestBody();
     inValue.Body.losf       = losf;
     inValue.Body.datelosfou = datelosfou;
     inValue.Body.cat        = cat;
     inValue.Body.locdes     = locdes;
     inValue.Body.titl       = titl;
     inValue.Body.descr      = descr;
     inValue.Body.primcol    = primcol;
     inValue.Body.sno        = sno;
     inValue.Body.cuid       = cuid;
     lostandfound4.ReportLostFoundp.report_lostResponse retVal = ((lostandfound4.ReportLostFoundp.ReportLostFoundSoap)(this)).report_lost(inValue);
     return(retVal.Body.report_lostResult);
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <lostandfound4.ReportLostFoundp.report_lostResponse> lostandfound4.ReportLostFoundp.ReportLostFoundSoap.report_lostAsync(lostandfound4.ReportLostFoundp.report_lostRequest request)
 {
     return(base.Channel.report_lostAsync(request));
 }
Exemplo n.º 4
0
 lostandfound4.ReportLostFoundp.report_lostResponse lostandfound4.ReportLostFoundp.ReportLostFoundSoap.report_lost(lostandfound4.ReportLostFoundp.report_lostRequest request)
 {
     return(base.Channel.report_lost(request));
 }