예제 #1
0
 public int nuevo(string descripcion, int Codigo, int ejecucion)
 {
     try
     {
         Prueba1 _prueba = new Prueba1();
         return(_prueba.nuevo(descripcion, Codigo, ejecucion));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }