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