Exemple #1
0
 public ActionResult ShowEmployeeById(int Id)
 {
     return(View(serviceObject.GetEmployeeAttendancesByEmployeeId(Id)));
     //return Content(serviceObject.GetEmployeeById(Id).FullName.ToString());
 }