Beispiel #1
0
 public string Send(int tpr_id, string mrt_code, string mhs_code, string username)
 {
     try
     {
         using (Service.WS_CheckupCls ws = new Service.WS_CheckupCls())
         {
             return(ws.SendToDocScan(tpr_id, mrt_code, mhs_code, username));
         }
     }
     catch (Exception ex)
     {
         return(ex.Message);
     }
 }