コード例 #1
0
 public Api_mjld_AsyncBacknotice GetSucApi_mjld_AsyncBacknotice(string mjldorderid)
 {
     using (var helper = new SqlHelper())
     {
         Api_mjld_AsyncBacknotice r = new Internalapi_mjld_AsyncBacknotice(helper).GetSucApi_mjld_AsyncBacknotice(mjldorderid);
         return(r);
     }
 }
コード例 #2
0
 public int EditBacknotice(Api_mjld_AsyncBacknotice notice)
 {
     using (var helper = new SqlHelper())
     {
         int r = new Internalapi_mjld_AsyncBacknotice(helper).EditBacknotice(notice);
         return(r);
     }
 }