Пример #1
0
 //20_11_2017_Close Reminde Status
 public int?CloseReminderStatus([FromBody] closereminder Mobj)
 {
     return(this.IEmployeeReport.CloseReminderStatus(Mobj));
 }
Пример #2
0
 public int?CloseReminderStatus([FromBody] closereminder Mobj)
 {
     return(new EmployeeReportPageDAL().CloseReminderStatus(Mobj, "[dbo].[usp_UpdateReminderStatus]"));
 }