Beispiel #1
0
 public List <Api_hzins_OrderApplyReq_insurantInfo> GetOrderApplyReq_insurantInfo(int orderid)
 {
     using (var helper = new SqlHelper())
     {
         List <Api_hzins_OrderApplyReq_insurantInfo> r = new Internalapi_hzins_OrderApplyReq_insurantInfo(helper).GetOrderApplyReq_insurantInfo(orderid);
         return(r);
     }
 }
Beispiel #2
0
 public int EditOrderApplyReq_insurantInfo(Api_hzins_OrderApplyReq_insurantInfo m)
 {
     using (var helper = new SqlHelper())
     {
         int r = new Internalapi_hzins_OrderApplyReq_insurantInfo(helper).EditOrderApplyReq_insurantInfo(m);
         return(r);
     }
 }