Guest User

Untitled

a guest
Oct 24th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. public CheckStaffDayStatus_Result CheckStaffRes(DateTime date , int staffID)
  2. {
  3. CheckStaffDayStatus_Result csk = db_HR.CheckStaffDayStatus(date, staffID).ToList();
  4. return csk;
  5. }
  6.  
  7. @CheckStaffRes(date, staffid)
Add Comment
Please, Sign In to add comment