Esempio n. 1
0
 public Qunar_ms_requestlog GetLog(int id)
 {
     using (var helper = new SqlHelper())
     {
         Qunar_ms_requestlog log = new InternalQunar_ms_requestlog(helper).GetLog(id);
         return(log);
     }
 }
Esempio n. 2
0
 public bool IsHasNotice(string qunar_orderId, string method)
 {
     using (var helper = new SqlHelper())
     {
         bool r = new InternalQunar_ms_requestlog(helper).IsHasNotice(qunar_orderId, method);
         return(r);
     }
 }
Esempio n. 3
0
 public bool IsHasSuc(string method, string qunar_orderid)
 {
     using (var helper = new SqlHelper())
     {
         bool r = new InternalQunar_ms_requestlog(helper).IsHasSuc(method, qunar_orderid);
         return(r);
     }
 }
Esempio n. 4
0
 public int EditQunar_ms_requestlog(Qunar_ms_requestlog rlog)
 {
     using (var helper = new SqlHelper())
     {
         int id = new InternalQunar_ms_requestlog(helper).EditQunar_ms_requestlog(rlog);
         return(id);
     }
 }