Exemple #1
0
 public void DisplayDataConfig(SailsModule module, Cruise cruise, QCruiseGroup group, string agentLvCode, int trip, QQuotation qQuotation)
 {
     litCruiseName.Text = cruise.Name;
     _module            = module;
     _qQuotation        = qQuotation;
     _trip        = trip;
     _agentLvCode = agentLvCode;
     rptCharterRanger.DataSource = module.GetCruiseCharterPrice(group.Id, cruise, agentLvCode, trip, qQuotation);
     rptCharterRanger.DataBind();
 }