예제 #1
0
 public int CustomerPaymentOffersAssign(CustomerPaymentOffers Customerpayoffers)
 {
     return(new StaticPagesDAL().CustomerPaymentOffersAssign(Customerpayoffers, "[dbo].[usp_InsertMembership_NewDesign]"));
 }
 public int CustomerPaymentOffersAssign([FromBody] CustomerPaymentOffers Customerpayoffers)
 {
     return(this.ISuccessStories.CustomerPaymentOffersAssign(Customerpayoffers));
 }