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