//27_10_2017_RestoredProfileid in Customer Profile Settings public int?RestoredProfileidupdate([FromBody] RestoredProfileid Mobj) { return(this.IEmployeeReport.RestoredProfileidupdate(Mobj)); }
public int?RestoredProfileidupdate([FromBody] RestoredProfileid Mobj) { return(new EmployeeReportPageDAL().RestoredProfileidupdate(Mobj, "[dbo].[Usp_InsertRestoreRecord]")); }