示例#1
0
 public decimal PrecioParaElegirAsiento()
 {
     try
     {
         return(blu.PrecioParaElegirAsiento());
     }
     catch (Exception e)
     {
         throw new HttpResponseException(Request.CreateErrorResponse(HttpStatusCode.InternalServerError, e.Message));
     }
 }
 public decimal PrecioParaElegirAsiento()
 {
     return(blu.PrecioParaElegirAsiento());
 }