Beispiel #1
0
 public List <EmpNotifications> employeenotications([FromBody] EmpNotifications empnotification)
 {
     return(this.IEmployeeReport.employeenotications(empnotification));
 }
Beispiel #2
0
 public List <EmpNotifications> employeenotications([FromBody] EmpNotifications empnotification)
 {
     return(new EmployeeReportPageDAL().employeenotications(empnotification, "[dbo].[usp_GetNotificationdetails_Emp]"));
 }