public int UpdateContactdetails_Reference([FromBody] ContactdetailsRef Mobj)
 {
     return(this.ICustomerpersonalupdate.UpdateContactdetails_Reference(Mobj));
 }
 public int UpdateContactdetails_Reference(ContactdetailsRef Mobj)
 {
     return(customerdetails.UpdateContactdetails_Reference(Mobj, "[dbo].[usp_UpdateContactdetails_Reference]"));
 }