public Api_hzins_OrderApplyReq_applicantInfo GetOrderApplyReq_applicantInfo(int orderid)
 {
     using (var helper = new SqlHelper())
     {
         Api_hzins_OrderApplyReq_applicantInfo r = new Internalapi_hzins_OrderApplyReq_applicantInfo(helper).GetOrderApplyReq_applicantInfo(orderid);
         return(r);
     }
 }
 public int EditOrderApplyReq_applicantInfo(Api_hzins_OrderApplyReq_applicantInfo m)
 {
     using (var helper = new SqlHelper())
     {
         int r = new Internalapi_hzins_OrderApplyReq_applicantInfo(helper).EditOrderApplyReq_applicantInfo(m);
         return(r);
     }
 }