public int CustomerRating_sendMail(CustFeebBackML CRM)
 {
     return(new StaticPagesDAL().DCustomerRating_sendMail(CRM, "[dbo].[Usp_CustFeedback]"));
 }
 public int CustomerRating_sendMail([FromBody] CustFeebBackML feedback)
 {
     return(this.ISuccessStories.CustomerRating_sendMail(feedback));
 }