public int CustomerProfileSetting_ProfileSetting([FromBody] UpdateprofileeMl Mobj)
 {
     return(this.ICustomerpersonalupdate.CustomerProfileSetting_ProfileSetting(Mobj));
 }
 public int CustomerProfileSetting_ProfileSetting(UpdateprofileeMl Mobj)
 {
     return(customerdetails.CustomerProfileSetting_ProfileSetting(Mobj, "[dbo].[usp_updateprofilesettings_forcustomer_NewDesign]"));
 }