示例#1
0
 //06_11_2017_ update maketing ticket verification
 public int?updatemarketingvrfycation([FromBody] ticketverification Mobj)
 {
     return(this.IEmployeeReport.updatemarketingvrfycation(Mobj));
 }
示例#2
0
 public int?updatemarketingvrfycation([FromBody] ticketverification Mobj)
 {
     return(new EmployeeReportPageDAL().updatemarketingvrfycation(Mobj, "[dbo].[usp_updatemarketingcommission]"));
 }