예제 #1
0
 public void CreateOrganisationPromoFees(OrganisationPromoFee promoFees)
 {
     _organisationFeeProcessingDAL.CreateOrganisationPromoFees(promoFees);
 }
예제 #2
0
 public void UpdateOrganisationFeePromoPrices(OrganisationPromoFee promoFees)
 {
     _organisationFeeProcessingDAL.UpdateOrganisationFeePromoPrices(promoFees);
 }