Пример #1
0
 public bool anularDB(ro_empleado_x_ro_rubro_Info info)
 {
     try
     {
         return(odata.anularDB(info));
     }
     catch (Exception)
     {
         throw;
     }
 }