コード例 #1
0
 public bool si_existe(cp_orden_giro_Info info)
 {
     try
     {
         return(data.si_existe(info));
     }
     catch (Exception)
     {
         throw;
     }
 }