Example #1
0
 public int PostOutUser(string sql, string employeeid)
 {
     _timeinpost = new TimeInPost(sql);
     return(_timeinpost.TimeOutRecord(employeeid));
 }