Beispiel #1
0
 public static bool DeleteNewCashBackFile(string ID, ref string a_strErr)
 {
     if (ProjectPro.DeleteCashBackFile(ID, ref a_strErr) >= 1)
     {
         return(true);
     }
     else
     {
         return(false);
     }
 }