Exemple #1
0
 public DataTable BLL_GetEntranceLogI(string id, DateTime start, DateTime end)
 {
     return(db.GetEntranceLogI(id, start, end));
 }