コード例 #1
0
 public int updatecustomermessages([FromBody] updatemessagesverification Mobj)
 {
     return(this.IEmployeeReport.updatecustomermessages(Mobj));
 }
コード例 #2
0
 public int updatecustomermessages([FromBody] updatemessagesverification Mobj)
 {
     return(new EmployeeReportPageDAL().updatecustomermessages(Mobj, "[dbo].[usp_CustMessageSend]"));
 }