Example #1
0
        static public tgConcurrencyException CheckForConcurrencyException(VistaDBException ex)
        {
            tgConcurrencyException ce = null;

            return(ce);
        }
Example #2
0
 public static tgConcurrencyException CheckForConcurrencyException(VistaDBException ex)
 {
     tgConcurrencyException ce = null;
     return ce;
 }