예제 #1
0
 public static Int32 Insert(OportunidadBean item, String codInstalacion)
 {
     try
     {
         return(OportunidadModel.Insert(item, codInstalacion));
     }
     catch (Exception ex)
     {
         throw new Exception(ex.Message);
     }
 }