コード例 #1
0
 public void CreateOrganisationPromoFees(OrganisationPromoFee promoFees)
 {
     _organisationFeeProcessingDAL.CreateOrganisationPromoFees(promoFees);
 }
コード例 #2
0
 public void UpdateOrganisationFeePromoPrices(OrganisationPromoFee promoFees)
 {
     _organisationFeeProcessingDAL.UpdateOrganisationFeePromoPrices(promoFees);
 }