Beispiel #1
0
        //15_11_2017_Counts Sp

        public ArrayList EmployeeReportsCounts([FromBody] EmpCountsreport Mobj)
        {
            return(this.IEmployeeReport.EmployeeReportsCounts(Mobj));
        }
Beispiel #2
0
 public ArrayList EmployeeReportsCounts([FromBody] EmpCountsreport Mobj)
 {
     return(new EmployeeReportPageDAL().EmployeeReportsCounts(Mobj, "[dbo].[usp_Report_Employee_Counts]"));
 }