//13_11_2017_New UpdateDeleteCustomerdetails public int?Updatedeletecustomerdetails_new([FromBody] updatedeletecustomer Mobj) { return(this.IEmployeeReport.Updatedeletecustomerdetails_new(Mobj)); }
public int?Updatedeletecustomerdetails_new([FromBody] updatedeletecustomer Mobj) { return(new EmployeeReportPageDAL().Updatedeletecustomerdetails_new(Mobj, "[dbo].[usp_UpdateDeletedMatchesProfiles_new]")); }