示例#1
0
 public int SchemeAction_BL(EWA_Scheme objEWA)
 {
     try
     {
         DL_Scheme objDL = new DL_Scheme();
         int       flag  = objDL.SchemeAction_DL(objEWA);
         return(flag);
     }
     catch (Exception)
     {
         throw;
     }
 }