public UpdateCustomerApplication(IUpdateCustomerServiceBll updateCustomerServiceBll)
 {
     _updateCustomerServiceBll = updateCustomerServiceBll;
 }
 public SetCorpBookingDepartListApplication(IUpdateCustomerServiceBll updateCustomerServiceBll)
 {
     _updateCustomerServiceBll = updateCustomerServiceBll;
 }